Skip to content
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

Errors when installing dependencies on Ubuntu 18.04 LTS, python 3.8 #11

Closed
debadeepta opened this issue Jun 30, 2021 · 2 comments
Closed

Comments

@debadeepta
Copy link

Hi,

When I go to install the dependencies via cat requirements.txt | xargs -n 1 -L 1 pip install on a new conda python 3.8 environment in Ubuntu 18.04 64-bit LTS I get a number of errors especially with respect to tensorflow version and then the various geometric libraries. See screenshots below. I am working through them but if you have any leads please let me know :-)

image

image

Distributor ID: Ubuntu
Description: Ubuntu 18.04.5 LTS
Release: 18.04
Codename: bionic

@debadeepta debadeepta changed the title Errors when installing dependencies U Errors when installing dependencies on Ubuntu 18.04 LTS, python 3.8 Jun 30, 2021
@debadeepta
Copy link
Author

The first error on tensorflow version was due to me using python 3.8. TF1.14 wheels don't exist for 3.8. Using 3.7 fixed the TF issue. It will help to put this in the README.md to use 3.7 :-)

But even on python 3.7 I get the errors with torch-* libraries. It seems that the wheels at the link provided have inconsistent file names and metadata causing pip to error out.

@debadeepta
Copy link
Author

cat requirements.txt | xargs -n 1 -L 1 pip install --use-deprecated=legacy-resolve in python 3.7 works provided one pins tensorflow-gpu==1.14.0 and tensorflow-estimator==1.14.0. The deprecated resolver flag was suggested by Chi Wang at MSR.

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

1 participant