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
pip install --no-build-isolation -e .[compile]
install fail with "ModuleNotFoundError: No module named 'psutil'"
at least tested on fully up-to-date WSL Ubuntu 24.04
all you have to do is: python -m pip install psutil
I hope it helps :-)
The text was updated successfully, but these errors were encountered:
pip install --no-build-isolation -e .[compile]
install fail with "
ModuleNotFoundError: No module named 'psutil'
"at least tested on fully up-to-date WSL Ubuntu 24.04
all you have to do is:
python -m pip install psutil
I hope it helps :-)
The text was updated successfully, but these errors were encountered: