installTensorFlowTX1 icon indicating copy to clipboard operation
installTensorFlowTX1 copied to clipboard

tensorflow-gpu not found

Open mpwsh opened this issue 6 years ago • 1 comments

Hi. i'm trying to install magenta-gpu after installing tensorflow 1.3 using your whl file and it's telling me that tensorflow-gpu cannot be found. I know this is not a direct problem with your script, or whl file, but i wanted to ask. You know why this may be happening? First command validates tensorflow 1.3 is installed.

nvidia@tegra-ubuntu:/media/sata$ python -c 'import tensorflow as tf; print(tf.__version__)'
1.3.0

nvidia@tegra-ubuntu:/media/sata$ pip install magenta-gpu
Collecting magenta-gpu
  Using cached magenta_gpu-0.3.2-py2.py3-none-any.whl
Collecting matplotlib>=1.5.3 (from magenta-gpu)
  Using cached matplotlib-2.1.0.tar.gz
Collecting mido==1.2.6 (from magenta-gpu)
  Using cached mido-1.2.6-py2.py3-none-any.whl
Collecting python-rtmidi (from magenta-gpu)
  Using cached python-rtmidi-1.1.0.zip
Collecting Pillow>=3.4.2 (from magenta-gpu)
  Using cached Pillow-4.3.0.tar.gz
Requirement already satisfied: wheel in /usr/lib/python2.7/dist-packages (from magenta-gpu)
Collecting scipy>=0.18.1 (from magenta-gpu)
  Using cached scipy-1.0.0.tar.gz
Requirement already satisfied: numpy>=1.11.0 in /usr/lib/python2.7/dist-packages (from magenta-gpu)
Collecting intervaltree>=2.1.0 (from magenta-gpu)
  Using cached intervaltree-2.1.0.tar.gz
Collecting pretty-midi>=0.2.6 (from magenta-gpu)
  Using cached pretty_midi-0.2.8.tar.gz
Collecting mir-eval>=0.4 (from magenta-gpu)
  Using cached mir_eval-0.4.tar.gz
Collecting tensorflow-gpu>=1.1.0 (from magenta-gpu)
  **Could not find a version that satisfies the requirement tensorflow-gpu>=1.1.0 (from magenta-gpu) (from versions: )
No matching distribution found for tensorflow-gpu>=1.1.0 (from magenta-gpu)**

mpwsh avatar Nov 26 '17 05:11 mpwsh

No idea. You'd have to look at how pip install determines which version of tensorflow-gpu is installed. It could very well be a packaging issue of some sort, where the tensorflow whl file did not mark the name correctly. Hope you find it!

jetsonhacks avatar Nov 26 '17 17:11 jetsonhacks