-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Enforces packaging of eggs into folders. #22
Conversation
Fixes resolving of errors in following build pipelines.
@hfjn Thanks for the patch. |
@Alir3z4 I'd like to but there seems to be an error in your pipeline.
Got the feeling that you have a problem with setuptools, maybe regarding to the new pypi version? |
Interesting. |
It's due to packages in https://github.com/Alir3z4/python-stop-words/blob/master/buildout.cfg |
@Alir3z4 Jep. But this seems to be the current one. https://pypi.org/project/pbp.recipe.noserunner/ |
Yes, that's why I'm confused, It exists. |
@Fantomas42 any idea how we can fix this ? I appreciate it if you could have a look at let us know how we can fix this. |
Hm my PR has obviously the same issue. After quick research i found this thread: buildout/buildout#420 jamadden: "Do you perhaps have a custom index URL specified for PyPI? Or are you using a version of zc.buildout older than 2.9.5? If so, you will probably need to manually specify the URL to be HTTPS instead of HTTP. PyPI recently disabled all API support for HTTP." pretty sure this is it (u're using zc.buildout 2.3.1.). Either upgrade it or specify the URL as suggested above |
Thanks for the contribution and great help. |
We had an error in our CI pipeline where a package build would fail since the .egg of stop-words is downloaded as a zip.
This leads to the following error where the initializer tries to open a directory when it is actually a zip archive.
Not a directory: '/opt/project/.eggs/stop_words-2015.2.23.1-py3.6.egg/stop_words/stop-words/languages.json'