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
I'm trying to install pip install scikit-learn and I get the following error:
Installing collected packages: threadpoolctl, joblib, scikit-learn
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/app/jupyter/venv/lib/python3.11/site-packages/threadpoolctl.py'
Check the permissions.
Note: You may need to restart the kernel to use the updated packages.
When searching for the path '/app/jupyter/venv/lib/python3.11/site-packages/threadpoolctl.py', the file threadpoolctl.py is not in the site-packages directory.
The text was updated successfully, but these errors were encountered:
Hey @Matheuszl, thank you for this issue.
Can you share which version of Briefer you're running? I think we fixed this problem on #85
Also, is the outcome different if you run !pip install instead of pip install?
I'm trying to install pip install scikit-learn and I get the following error:
Installing collected packages: threadpoolctl, joblib, scikit-learn
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/app/jupyter/venv/lib/python3.11/site-packages/threadpoolctl.py'
Check the permissions.
Note: You may need to restart the kernel to use the updated packages.
When searching for the path '/app/jupyter/venv/lib/python3.11/site-packages/threadpoolctl.py', the file threadpoolctl.py is not in the site-packages directory.
The text was updated successfully, but these errors were encountered: