Could not find a version that satisfies the requirement tensorflow-macos
ivy113 opened this issue · 3 comments
Hi,
Not really sure where the error is coming from, but I am getting the following error.
ERROR: Could not find a version that satisfies the requirement tensorflow-macos (from versions: none)
ERROR: No matching distribution found for tensorflow-macos
Followed everything in your tutorial up to part 5 without any problems.
Hi Ivy,
I think you'll solve this by installing Python 3.8 as the base environment setup:
Step 6:
conda create --prefix ./env python=3.8
conda activate ./env
But it looks like this is closed so you may have fixed your issue?
Noted! I got this to work, and am able to import tensorflow in jupyterlab (completed up to step 13).
However, in vscode, in the same conda env previously created, I still get no module named 'tensorflow' when I try to import...
Hmmm, did you activate the environment when using VS Code?
Ideally, you'd launch VS Code with the environment active and then launch the notebook via VS Code.
You also may need to select the "kernel" whilst you're in VS Code.