We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try below command
log-> python setup.py install
running install error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the installation directory:
[Errno 13] Permission denied: '/usr/local/lib/python3.7/dist-packages/test-easy-install-1558.write-test
...
and try below command $ sudo python setup.py install log -> ... Best match: scipy 1.7.0 Processing scipy-1.7.0.tar.gz Writing /tmp/easy_install-v4yo41y1/scipy-1.7.0/setup.cfg Running scipy-1.7.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-v4yo41y1/scipy-1.7.0/egg-dist-tmp-d7yw9bg_ /tmp/easy_install-v4yo41y1/scipy-1.7.0/setup.py:492: UserWarning: Unrecognized setuptools command ('-q bdist_egg --dist-dir /tmp/easy_install-v4yo41y1/scipy-1.7.0/egg-dist-tmp-d7yw9bg_'), proceeding with generating Cython sources and expanding templates ' '.join(sys.argv[1:]))) Error: 'pybind11' must be installed before running the build.
please help me!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try below command
log->
python setup.py install
running install
error: can't create or remove files in install directory
The following error occurred while trying to add or remove files in the
installation directory:
...
and try below command
$ sudo python setup.py install
log ->
...
Best match: scipy 1.7.0
Processing scipy-1.7.0.tar.gz
Writing /tmp/easy_install-v4yo41y1/scipy-1.7.0/setup.cfg
Running scipy-1.7.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-v4yo41y1/scipy-1.7.0/egg-dist-tmp-d7yw9bg_
/tmp/easy_install-v4yo41y1/scipy-1.7.0/setup.py:492: UserWarning: Unrecognized setuptools command ('-q bdist_egg --dist-dir /tmp/easy_install-v4yo41y1/scipy-1.7.0/egg-dist-tmp-d7yw9bg_'), proceeding with generating Cython sources and expanding templates
' '.join(sys.argv[1:])))
Error: 'pybind11' must be installed before running the build.
please help me!!
The text was updated successfully, but these errors were encountered: