Open 19kmunz opened 2 years ago
Hi @19kmunz, Unfortunately, we are not able to support TensorFlow on Windows at this time. In principle you can install the NVIDIA TensorFlow wheel on Ubuntu running under WSL2. If you want to give that a try, let us know how it goes, but I'm afraid we won't be able to help much with debugging on the Windows side. (Note you will need the second generation, WSL2, for GPU support within the Ubuntu environment).
This might be an issue on non-Windows platform as well. I am trying to do the same on Ubuntu Linux 22.04 and run into the same error. Maybe the pip host has some issues.
I've solved this by using python 3.8.0
I've solved this by using python 3.8.0
@FireWolves
Were you running windows? I tried with python 3.8.0 and got the same error as 19kmunz.
Got it installed using python 3.8
conda create --name tf python=3.8
Python3.8+Ubuntu20.04 just works.
Python3.7+Ubuntu20.04 failed.
System information
Describe the problem I am trying to use tensorflow to run an old project on a 3090. I got everything set up before realizing that normal tensorflow / tensorflow-gpu does not work with the 30 series. I am trying to switch to using nvidia-tensorflow, but pip refuses to download it, outputting this message:
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.