On a 4.3.19 install i get the following error running bin/buildout after adding an egg to the "eggs" section of the buildout.cfg
user@host zeocluster]$ sudo -u plone_buildout bin/buildout
[sudo] password for user:
Develop: '/opt/Plonedev-4.3.19/zeocluster/src/tdkuehnel.pgsqlpas'
Updating zeoserver.
Installing client1.
Download error on http://download.zope.org/ppix/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727) -- Some packages may not be found!
Download error on http://download.zope.org/distribution/: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:727) -- Some packages may not be found!
Couldn't find index page for 'hachoir_parser' (maybe misspelled?)
Getting distribution for 'hachoir_parser'.
Couldn't find index page for 'hachoir_parser' (maybe misspelled?)
While:
Installing client1.
Getting distribution for 'hachoir_parser'.
Error: Couldn't find a distribution for 'hachoir_parser'.
[user@host zeocluster]$
Had the same issue with a customer site...short story short: some moron removed the hachoir.* packages from PyPI for whatever reason. I found some forks of the orginal repos on Github and add them through checkouts using mr.developer....possibly there are some copies of the release packages around, somewhere.
Ok, i have found hachoir.* python eggs in an old running plone installation. How do i "rescue" it ? What are the steps necessary to republish them on pypi ? Never did this before so thank you for any advice.