NVIDIA / tensorflow

An Open Source Machine Learning Framework for Everyone
https://developer.nvidia.com/deep-learning-frameworks
Apache License 2.0
962 stars 144 forks source link

ERROR: Could not find a version that satisfies the requirement nvidia-tensorflow[horovod] (from versions: 0.0.1.dev4, 0.0.1.dev5) ERROR: No matching distribution found for nvidia-tensorflow[horovod] #87

Open riariam opened 1 year ago

riariam commented 1 year ago

Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

Describe the problem I encountered an error running the command 'pip install --user nvidia-tensorflow[horovod]' I have updated pip and installed python = 3.6. I also installed nvidia-pyindex 1.0.1 first, but I still have this error(I have tried py3.8 and it didn't work either)

Provide the exact sequence of commands / steps that you executed before running into the problem pip install nvidia-pyindex Successfully built nvidia-pyindex Installing collected packages: nvidia-pyindex Successfully installed nvidia-pyindex-1.0.1

nluehr commented 1 year ago

I've seen similar errors fixed by updating pip as follows:

python3 -mpip install --upgrade pip