I am trying to download the VPython module onto my macbook using pip. But I keep getting this error on the terminal.
Asked
Active
Viewed 85 times
-1

Momo 6aye3
- 95
- 1
- 7
-
`sudo pip3 install vpython`? – Xantium Jan 30 '18 at 12:29
-
Or `sudo pip2 install vpython` for Python 2.7 – Xantium Jan 30 '18 at 12:35
-
Possible duplicate of [pip install -r: OSError: \[Errno 13\] Permission denied](https://stackoverflow.com/questions/31512422/pip-install-r-oserror-errno-13-permission-denied) – phd Jan 30 '18 at 17:00
1 Answers
0
Before the red text, there is an error which states
error: could not create '/Library/Python/2.7/site-packages/vpnotebook': Permission denied
Try do run the same command with superuser; sudo pip install <package>

Markus
- 182
- 5
-
-
I tried Sudo pip install vpython but when I try import vpython on python shell, it says there is no module with that name – Momo 6aye3 Jan 31 '18 at 12:30