Skip to content

dlopen: cannot load any more object with static TLS #31

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

Closed
wjc852456 opened this issue Oct 31, 2017 · 5 comments
Closed

dlopen: cannot load any more object with static TLS #31

wjc852456 opened this issue Oct 31, 2017 · 5 comments

Comments

@wjc852456
Copy link

When I followed step 2.Train in Train your own model, I used command ./experiments/scripts/train_faster_rcnn.sh 0 pascal_voc res50 and an error occurred:
File "/usr/local/lib/python2.7/dist-packages/torch/init.py", line 54, in
from torch._C import *
ImportError: dlopen: cannot load any more object with static TLS
Command exited with non-zero status 1

Anybody knows how to solve this?

@ruotianluo
Copy link
Owner

This sounds like torch installation problem.

@ruotianluo
Copy link
Owner

what version of torch are you using?

@robindume
Copy link

I am using torch (0.2.0.post3), and I have same problem.

@closerbibi
Copy link

seems like the similar issue with the following:
tensorflow/models#523

Just "import torch" above every others module works for me

@jason718
Copy link

@closerbibi "import torch" above all also works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants