-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Activating invalid egg doesn't raise helpful exception #282
Comments
Same with Python 3.7 right now. Latest scrapy and scrapyd. Created scrapy project, then a black spider, made an egg with setup.py bdist_egg to then call |
@riklaunim |
oh, nice. That works. |
With
With
|
It is a bug. The expected behaviour is raising "ValueError('Uknown or corrupt egg')" |
…tead of "TypeError: 'tuple' object is not an iterator", #282
Hi,
I just start using Scrapy, found this error and don't know how to fix this.
Python 3.6.5 :: Anaconda custom (x86_64)
The text was updated successfully, but these errors were encountered: