-1

I am trying to download the VPython module onto my macbook using pip. But I keep getting this error on the terminal. Terminal error

Momo 6aye3
  • 95
  • 1
  • 7

1 Answers1

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