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
this gets installed right into sys.prefix (or causes an error with homebrew python):
$ pip install anytree
Collecting anytree
Using cached anytree-2.8.0-py2.py3-none-any.whl (41 kB)
Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/site-packages (from anytree) (1.15.0)
Installing collected packages: anytree
ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/LICENSE'
Consider using the `--user` option or check the permissions.
Per pypa/setuptools#1536 this should not be necessary, rather license_file can be specified instead.
The text was updated successfully, but these errors were encountered:
As specified currently in setup.py with
this gets installed right into
sys.prefix
(or causes an error with homebrew python):Per pypa/setuptools#1536 this should not be necessary, rather
license_file
can be specified instead.The text was updated successfully, but these errors were encountered: