-
Notifications
You must be signed in to change notification settings - Fork 45.8k
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
ImportError: dlopen: cannot load any more object with static TLS #523
Comments
This might be a system configuration error rather than a bug in TensorFlow. The closest thing I can find is this thread on Stack Overflow. You might want to direct the question there for community support. |
my solution is put import cv2 above import tensorflow. I don't know why the reason. |
@pribadihcr, I already have tried your method and did not work for me. |
I got this problem when I upgraded to 1.0. After the upgrade, it happens when I import spaCy in a program where I import TensorFlow. This does not occur when I use spaCy without TensorFlow. For now, I pulled out the import of spaCy. |
I have the same problem when I |
I had the same issue with tensorflow |
I have the same issue with spaCy + Tensorflow too. |
I think we need to import tensorflow and related modules only after we have imported all the other modules. I don't know why does it work, but it did the trick for me. |
I have the same problem with |
I was running ubuntu 14.04. I upgraded to 16.04 and it solved it. |
As pytorch/pytorch#2575 said |
Please let us know which model this issue is about (specify the top-level directory)
I add 'import cv2' to use some image preprocessing functions and got the following error.
Anyone knows how to solve this?
Thank you in advance!
The text was updated successfully, but these errors were encountered: