lsa-pucrs / acerta-abide

Deep learning using the ABIDE data
GNU General Public License v2.0
45 stars 25 forks source link

Instruction to install requirements fails to install tensorflow-gpu #3

Closed meneguzzi closed 4 years ago

meneguzzi commented 7 years ago

The instruction in README.md to install all requirements:

pip install -r requirements.txt

Fails upon trying to install tensorflow

Downloading/unpacking tensorflow-gpu (from -r requirements.txt (line 4))
  Could not find any downloads that satisfy the requirement tensorflow-gpu (from -r requirements.txt (line 4))
Cleaning up...
No distributions at all found for tensorflow-gpu (from -r requirements.txt (line 4))
meneguzzi commented 7 years ago

@anibalsolon Did you manage to run this stuff @lsa?

anibalsolon commented 7 years ago

Yepe, it was working normally. I dont know what the sysadmin is doing, but there are some inconsistencies with the current python and CUDA environment.

I manage to install the libs using virtualenvs:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
meneguzzi commented 7 years ago

Ok, good solution, please update the README file to include this solution (and close the issue).