when I try to install I get this error:
pip install tensorflowERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)ERROR: No matching distribution found for tensorflow
If I try using pip install tensorflow-gpu:ckaging\requirements.py", line 37, in initraise InvalidRequirement(str(e)) from esetuptools.extern.packaging.requirements.InvalidRequirement: Expected end or semicolon (after name and no valid version specifier)python_version>"3.7"^[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.│ exit code: 1╰─> See above for output.
My python version is 3.12.2 and I already try in a virtual env.Can someone help?