Skip to main content
11 events
when toggle format what by license comment
Sep 6, 2021 at 13:12 comment added Savannah Madison If you are already using an virtual env on ubuntu and if you get this error,then navigate to your virtual env folder.If you see a lock symbol Then you don't have the appropriate permission as a user to pip install inside this.Hence change the permission of the venv folder using this command: sudo chown -R $USER path/to/venv Now switch to the venv and install your package.
Mar 2, 2020 at 11:16 vote accept Safaetul Ahasan Piyas
Mar 2, 2020 at 11:16 vote accept Safaetul Ahasan Piyas
Mar 2, 2020 at 11:16
Feb 26, 2020 at 5:03 vote accept Safaetul Ahasan Piyas
Mar 2, 2020 at 11:16
Feb 25, 2020 at 14:15 history closed blhsing
iklinac
EJoshuaS - Stand with Ukraine
Not suitable for this site
Feb 25, 2020 at 12:30 review Close votes
Feb 25, 2020 at 14:15
Feb 25, 2020 at 12:24 answer added robins_ timeline score: 0
Feb 25, 2020 at 12:14 answer added Giulio timeline score: -2
Feb 25, 2020 at 12:14 answer added Charnel timeline score: 1
Feb 25, 2020 at 12:13 comment added Joachim Lusiardi Hello, this is a pretty common error in the usage of pip, I guess. Use the suggested --user to install the package in your home directory or use a virtualenv.
Feb 25, 2020 at 12:09 history asked Safaetul Ahasan Piyas CC BY-SA 4.0