-
Notifications
You must be signed in to change notification settings - Fork 821
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
GPU install failing at tornado module #84
Comments
I encountered the same problem. |
same :( |
Same issue with pywbem pip package. The python2 code in this package uses M2Crypto as ssl package for historical reasons and python 2.7.6 is still the required system python package for at least Ubuntu 14.04. |
Same problem for me. Joining this thread to monitor for solution. |
Same problem, joining the thread. |
I just resolved this issue by upgrading my python 2.7 to 2.7.10. |
@ptiagi That's a great fix if the issue was inside a virtual environment. would need to install virtualenv and along with it pyenv. As things are now an other fix would be to grab python from https://python.org and install it. Popping the following into my Dockerfile.gpu overcame the up-to-date SSL module issue.
|
For a working build see opencoca@de9050f |
facing the same problem |
Same problem after resolving #86 on Ubuntu 16, but #84 (comment) worked. |
facing the same problem as well. Tried several times still not solved :( |
While running the command
docker build -t floydhub/dl-docker:gpu -f Dockerfile.gpu .
within the repos, it fails during the installation of the tornado module in python. Below is the relevant stack trace.Unsure where to go from here. Thanks!
The text was updated successfully, but these errors were encountered: