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

Cannot load the required modules for installation #44

Open
davidlarcher opened this issue Oct 26, 2019 · 1 comment
Open

Cannot load the required modules for installation #44

davidlarcher opened this issue Oct 26, 2019 · 1 comment

Comments

@davidlarcher
Copy link

Hello, I am trying to install the required modules to run the training.sh and I get an error when running

pip install -r requirements.txt

ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.0.0 (from -r requirements.txt (line 5)) (from versions: none)
ERROR: No matching distribution found for tensorflow-gpu==1.0.0 (from -r requirements.txt (line 5))

Does anybody have the same issue ?
Bonus question : is it possible to use tensorflow instead of tensorflow-gpu ?

Thank you very much for your help !

@jashshah999
Copy link

Hi,
I'm probably late but you need to do the following

  1. Delete the virtual environment you created before

  2. Delete the SqueezeSeg master that you cloned

  3. Clone the SqueezeSeg master now

  4. Create a new virtual environment using the given steps and activate it

  5. pip install -U pip
    pip install setuptools==44.0.0
    Run these two commands after activating the virtual environment before doing anything else [This is because of the python2.7 coming to its end issue ]

  6. Now pip install tensorflow
    pip install tensorflow-gpu

  7. pip install -r requirements.txt

This should solve your issue hopefully!

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

2 participants