Open SaschaHeyer opened 3 years ago
Hello @SaschaHeyer, apologies about the delay in answering this. We've hit a lot of random issues getting this to install correctly. Unfortunately, it seems that versions of pip after 20.2.4 seem to have this issue, and in a new virtual environment the script should install that version. I suspect that in your case, the virtual environment contained a later version of pip that didn't get downgraded. Try running pip install --force pip==20.2.4
and then hopefully the script will work.
If you still have a problem, refer to this: https://github.com/apple/tensorflow_macos/issues/153#issuecomment-773843233
Hello Apple TensorFlow Dev Team
following the official setup instructions the setup fails.
Steps to reproduce
python3 -m venv .venv
install_venv.sh
ERROR
Known issue or any solutions?