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
In the PEP 668, Python import a new concept named "externally managed". This is means that if some distro marked the base python environment, people could not install the taichi directly with sudo pip3 install taichi or pip3 install --user taichi. (for example, in Ubuntu 23.04 and Python 3.11)
So maybe we could add some docs about virtualenv to guide people to use the venv
The text was updated successfully, but these errors were encountered:
In the PEP 668, Python import a new concept named "externally managed". This is means that if some distro marked the base python environment, people could not install the taichi directly with
sudo pip3 install taichi
orpip3 install --user taichi
. (for example, in Ubuntu 23.04 and Python 3.11)So maybe we could add some docs about virtualenv to guide people to use the venv
The text was updated successfully, but these errors were encountered: