-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Py4j Gateway issue when re-initializing pyboof #18
Labels
Comments
This is caused by a quirk of python where global variables are copied into different .py files and not referenced. working on a fix |
branch fix/globals as an update that resolves the issue. Will test it more carefully later. |
@gaurav-t-sca is this resolved? |
I still have the same problem. With PyBoof 0.43.1, python 3.6.9, py4j 0.10.9.7. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to replicate on version 0.40.1:
The error thrown is:
In the same interpreter, if I run
pb.check_jvm(False)
afterwards, it returnsTrue
Versions:
cat /etc/os-release
->Debian GNU/Linux 11 (bullseye)
Any help would be greatly appreciated. Thanks in advance!
The text was updated successfully, but these errors were encountered: