В доступе отказано несмотря на выполнение chmod 777 - PullRequest
0 голосов
/ 27 августа 2018
(env3) ishandutta2007@MacBook-Pro:~/Documents/Projects/YoutubeCommentToWin$ sudo chmod -R 777 env3
(env3) ishandutta2007@MacBook-Pro:~/Documents/Projects/YoutubeCommentToWin$ pip3 install -U nltk
Collecting nltk
Requirement already satisfied, skipping upgrade: six in /Users/ishandutta2007/Documents/Projects/gleam/env3/lib/python3.7/site-packages (from nltk) (1.11.0)
Installing collected packages: nltk
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Users/ishandutta2007/Documents/Projects/gleam/env3/lib/python3.7/site-packages/nltk'
Consider using the `--user` option or check the permissions.
...