Closed pezinek closed 6 years ago
Hi, thanks for the report. I'm not sure this is an issue with this package though, as it looks like you were getting certificate errors from PyPI:
Download error on https://pypi.python.org/simple/pytest-runner/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) -- Some packages may not be found!
Couldn't find index page for 'pytest-runner' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749) -- Some packages may not be found!
No local packages or working download links found for pytest-runner
Could you try your test again?
Closing this issue as I believe it was an external issue. Feel free to reopen it if you believe my evaluation is wrong.
When installing apcaccess 0.0.10 as a dependency for homeassistant 0.47.1 to Alpine Linux 3.6 on armv7l architecture (orange pi), setup.py died because there was no suitable version for pytest-runner available. However when I installed pytest-runner manually via pip it passed just fine, and as well subsequent installation of apcaccess succeeded. Looks like a bug in your setup.py to me.
The above failed however following manual instalation succeeded.