79203545

Date: 2024-11-19 13:12:50
Score: 2.5
Natty:
Report link

the problem is mainly your python version so

in your bash

deactivate your environment with :

conda deactivate

then create a new environment :

conda create -n env python=3.8

activate it :

conda activate env

now install tensorflow :

conda install tensorflow

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Emoul