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

install failed for 22.09 (works okay for 22.08) #73

Open
jdunham22 opened this issue Oct 26, 2022 · 1 comment
Open

install failed for 22.09 (works okay for 22.08) #73

jdunham22 opened this issue Oct 26, 2022 · 1 comment

Comments

@jdunham22
Copy link

System information

  • OS Platform and Distribution: Docker host: Ubuntu 18.04.1, docker-ce 5:20.10.2
  • TensorFlow installed from (source or binary): binary (pip)
  • TensorFlow version: 1.15.5+nv22.09
  • Python version: 3.8.15
  • Installed using virtualenv? pip? conda?: pip
  • Bazel version (if compiling from source): n/a
  • GCC/Compiler version (if compiling from source): n/a
  • CUDA/cuDNN version: none
  • GPU model and memory: none

problem: current version 1.15.5+nv22.09 does not install
We are using tensorflow in inference mode on a system without a gpu, though I don't know if this error is caused by the lack of the GPU and drivers.

command:
docker run --tty --rm python:3.8.15 sh -c "pip install nvidia-pyindex && pip install nvidia-tensorflow==1.15.5+nv22.09"

output:
ERROR: Could not find a version that satisfies the requirement nvidia-nccl-cu11~=2.15 (from nvidia-tensorflow) (from versions: 0.0.1.dev5, 2.13.4, 2.14.3, 2021.10.26, 2021.11.16, 2022.3.30, 2022.3.31, 2022.5.19) ERROR: No matching distribution found for nvidia-nccl-cu11~=2.15

@bertsky
Copy link

bertsky commented Oct 27, 2022

Same happens on a system (also Python 3.8.15, but without Docker) with GPU and CUDA 11.7, so that's not the problem.

My guess is: the dependency nvidia-nccl-cu11~=2.15 must be replaced with a version string following the new schema.

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