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
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
My Cuckoo version and operating system are: Cuckoo-2.0.5.3, Centos 7, python2.7.5
This can be reproduced by:pip install egghatch (or pip install cuckoo -U)
The log, error, files etc can be found at:
pip install egghatch
Collecting egghatch
Downloading https://files.pythonhosted.org/packages/08/86/e966e2a1821daf3da6ac244cfe13288f13ac092d0da5bd18e57e263c0ae8/egghatch-0.2.2.tar.gz
Complete output from command python setup.py egg_info:
Download error on https://pypi.org/simple/pytest-runner/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) -- Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
Download error on https://pypi.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) -- Some packages may not be found!
No local packages or working download links found for pytest-runner
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-p0ilGr/egghatch/setup.py", line 57, in
"mock==2.0.0",
File "/usr/lib/python2.7/site-packages/setuptools/init.py", line 128, in setup
_install_setup_requires(attrs)
File "/usr/lib/python2.7/site-packages/setuptools/init.py", line 123, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 514, in fetch_build_eggs
replace_conflicting=True,
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 770, in resolve
replace_conflicting=replace_conflicting
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 1053, in best_match
return self.obtain(req, installer)
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 1065, in obtain
return installer(requirement)
File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 581, in fetch_build_egg
return cmd.easy_install(req)
File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 667, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner')
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-p0ilGr/egghatch/
Please note that pip.conf is:
[global]
trusted-host = pypi.python.org
pypi.org
files.pythonhosted.org
All other packages were installed fine except this one (egghatch).
The text was updated successfully, but these errors were encountered:
I have not been able to reproduce this issue (using pip 10.0.1). Can you try upgrading your pip version?
It seems multiple pip users are having this issue: pypa/pip#4459 and the advice there is to upgrade the version.
Thanks for creating an issue! But first: did you read our community guidelines?
https://cuckoo.sh/docs/introduction/community.html
My issue is: egghatch fail to install
My Cuckoo version and operating system are: Cuckoo-2.0.5.3, Centos 7, python2.7.5
This can be reproduced by:pip install egghatch (or pip install cuckoo -U)
The log, error, files etc can be found at:
pip install egghatch
Collecting egghatch
Downloading https://files.pythonhosted.org/packages/08/86/e966e2a1821daf3da6ac244cfe13288f13ac092d0da5bd18e57e263c0ae8/egghatch-0.2.2.tar.gz
Complete output from command python setup.py egg_info:
Download error on https://pypi.org/simple/pytest-runner/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) -- Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
Download error on https://pypi.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579) -- Some packages may not be found!
No local packages or working download links found for pytest-runner
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-p0ilGr/egghatch/setup.py", line 57, in
"mock==2.0.0",
File "/usr/lib/python2.7/site-packages/setuptools/init.py", line 128, in setup
_install_setup_requires(attrs)
File "/usr/lib/python2.7/site-packages/setuptools/init.py", line 123, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 514, in fetch_build_eggs
replace_conflicting=True,
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 770, in resolve
replace_conflicting=replace_conflicting
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 1053, in best_match
return self.obtain(req, installer)
File "/usr/lib/python2.7/site-packages/pkg_resources/init.py", line 1065, in obtain
return installer(requirement)
File "/usr/lib/python2.7/site-packages/setuptools/dist.py", line 581, in fetch_build_egg
return cmd.easy_install(req)
File "/usr/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 667, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner')
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-p0ilGr/egghatch/
Please note that pip.conf is:
[global]
trusted-host = pypi.python.org
pypi.org
files.pythonhosted.org
All other packages were installed fine except this one (egghatch).
The text was updated successfully, but these errors were encountered: