You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.
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.
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?
The text was updated successfully, but these errors were encountered: