Closed 0xNOY closed 1 year ago
I ran it without the option --user
and got the following error.
Processing scipy/optimize/cython_optimize/_zeros.pyx.in
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'project_urls'
warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
/usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'zip_safe'
warnings.warn(msg)
error: Setup script exited with usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'bdist_egg'
Hi,we encourage you to use a conda environment, if possible
The installation method using conda described in INSTALL.md produced the following error.
$ python setup.py build develop
...
File "/home/roboworks/miniconda3/envs/alphapose/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 264, in __init__
match = self._regex.search(version)
TypeError: expected string or bytes-like object
Seems to be a problem of the python setuptools. We haven't met that issue before. Perhaps you can try update the setuptools
We meet the same error, now finding the solution
same error
Same here
same here
same here
same here
When I run
python3 setup.py build develop --user
according toInstall with pip
in the article, I get an errorerror: option --user not recognized
.Terminal
Environment