-
Notifications
You must be signed in to change notification settings - Fork 987
ImportError: dlopen: cannot load any more object with static TLS #206
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
Comments
The full error message
|
Thanks @kmader If you import Tensorflow before any other libraries, does it resolve the issue? |
yes, both notebooks are now working well, it is a very strange error though |
Opened an issue with Tensorflow |
This doesn't seem to be a problem anymore after adding a fix to the site patches (and also now using Tensorflow 1.10) |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Trying to use too many libraries in the same python notebook/kernel seems to cause problems
The simplist reproducible case is below
https://www.kaggle.com/kmader/library-overload
basically in any new kernel, loading tensorflow will fail if too many other libraries are loaded before
A real notebook showing the problem is here (also justifying why all the different libraries were needed)
https://www.kaggle.com/kmader/x-ray-patient-scan-registration
Seems to have come up before with cv2 and torch (pytorch/pytorch#2083) and tensorflow models (tensorflow/models#523)
The text was updated successfully, but these errors were encountered: