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
When i try to launch the script, i get this not a directory error. Egg file exists in the dist-packages folder.
Do i need to change some permissions?
File "/usr/local/lib/python3.5/dist-packages/pinterest_client-1.0.2-py3.5.egg/pinterest/Pinterest.py", line 33, in init
File "/usr/lib/python3.5/os.py", line 231, in makedirs
makedirs(head, mode, exist_ok)
File "/usr/lib/python3.5/os.py", line 231, in makedirs
makedirs(head, mode, exist_ok)
File "/usr/lib/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
NotADirectoryError: [Errno 20] Not a directory: '/usr/local/lib/python3.5/dist-packages/pinterest_client-1.0.2-py3.5.egg/pinterest'
The text was updated successfully, but these errors were encountered:
When i try to launch the script, i get this not a directory error. Egg file exists in the dist-packages folder.
Do i need to change some permissions?
The text was updated successfully, but these errors were encountered: