You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error appears as following when installing nvidia-tensorflow[horovod]
Collecting nvidia-tensorflow[horovod]
Downloading nvidia-tensorflow-0.0.1.dev0.tar.gz (3.4 kB)
ERROR: Command errored out with exit status 1:
command: /home/jacky/anaconda3/envs/tf_1.15.2/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-i7t5p2bw/nvidia-tensorflow/setup.py'"'"'; __file__='"'"'/tmp/pip-install-i7t5p2bw/nvidia-tensorflow/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-8fko_xuv
cwd: /tmp/pip-install-i7t5p2bw/nvidia-tensorflow/
Complete output (7 lines):
Traceback (most recent call last):
File "<string>", line 1, in<module>
File "/tmp/pip-install-i7t5p2bw/nvidia-tensorflow/setup.py", line 130, in<module>
raise RuntimeError("This package should not be installed.\nPlease refer "
RuntimeError: This package should not be installed.
Please refer to NVIDIA instructions: https://github.com/nvidia/tensorflow.
Your PIP command defaults to the official PyPI as a package repository.
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
NGC docker is not an available solution for my machine. Any help will be appreciated
The text was updated successfully, but these errors were encountered:
I have just installed the DGX-A100 server. To setup the tensorflow bare-metal environment, I worked with anaconda for virtual environment control.
To replicate the process, I run through the following commands:
Installation of Anaconda
Prepare environment
Nvidia Tensorflow 1.15.2 install
error appears as following when installing
nvidia-tensorflow[horovod]
NGC docker is not an available solution for my machine. Any help will be appreciated
The text was updated successfully, but these errors were encountered: