Respostas no Fórum
- AutorPosts
- 14 de maio de 2025 às 17:29 em resposta a: Curso TensorFlow 2.0: Um guia completo sobre o novo TensorFlow #49492
pesoal boa tarde, estou passando pelo seguinte problema.
1: !pip uninstall -y tensorflow #Comando necessário, pois o TensorFlow-gpu não desinstala a versão mais recente do Tensorflow, pode gerar conflitos.
retorna: Found existing installation: tensorflow 2.18.0 Uninstalling tensorflow-2.18.0: Successfully uninstalled tensorflow-2.18.0porem quando rodo:
!pip install tensorflow-gpu==2.0.0.alpha0
retornaERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.0.0.alpha0 (from versions: 2.12.0)
ERROR: No matching distribution found for tensorflow-gpu==2.0.0.alpha0ou
!pip install tensorflow-gpu
retorna:
Collecting tensorflow-gpu Using cached tensorflow-gpu-2.12.0.tar.gz (2.6 kB) error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) … error 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.conseguem me ajudar
- AutorPosts