Incompatible problem when install libtensorflow_cc by conda #2036
Unanswered
haideeyuan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The output of conda is not clear enough. You may create a new environment to avoid conflict with the installed packages conda create -n some_env libtensorflow_cc=2.9.0=cuda116h4bf587c_0 -c https://conda.deepmodeling.org |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I using the
conda install libtensorflow_cc=2.9.0=cuda116h4bf587c_0 -c https://conda.deepmodeling.org
cmd to install libtensorflow_cc, the output always as following.I have searched for similar issues and I tried to set export
CONDA_OVERRIDE_GLIBC="2.17"
even though my glibc version is 2.31 and setexport CONDA_OVERRIDE_CUDA="11.6"
orexport CONDA_OVERRIDE_CUDA=""
.Especially, seen from the output, the required cuda version is "__cuda", which is null.
How can I install libtensorflow_cc by conda?
By the way, my python version is 3.10.4 and the conda info is:
The output of
conda install libtensorflow_cc=2.9.0=cuda116h4bf587c_0 -c https://conda.deepmodeling.org
and set CONDA_OVERRIDE_CUDA=11.6 :Beta Was this translation helpful? Give feedback.
All reactions