We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
shub deploy-egg --from-pypi pytz
This is all the output I get:
$ shub deploy-egg --from-pypi pytz 1462X Fetching pytz from pypi Collecting pytz Using cached pytz-2015.4.tar.bz2 Saved /tmp/shub-deploy-egg-from-pypiYfDnBe/pytz-2015.4.tar.bz2 Successfully downloaded pytz Package fetched successfully
Other packages work just fine:
$ shub deploy-egg --from-pypi scrapy-inline-requests 1462X Fetching scrapy-inline-requests from pypi Collecting scrapy-inline-requests Using cached scrapy-inline-requests-0.1.2.tar.gz Saved /tmp/shub-deploy-egg-from-pypig6fcOt/scrapy-inline-requests-0.1.2.tar.gz Successfully downloaded scrapy-inline-requests Package fetched successfully Uncompressing: scrapy-inline-requests-0.1.2.tar.gz Building egg in: /tmp/shub-deploy-egg-from-pypig6fcOt/scrapy-inline-requests-0.1.2 zip_safe flag not set; analyzing archive contents... Deploying dependency to Scrapy Cloud project "1462X" {"status": "ok", "egg": {"version": "scrapy-inline-requests-0.1.2", "name": "scrapy-inline-requests"}} Deployed eggs list at: https://dash.scrapinghub.com/p/1462X/eggs
The text was updated successfully, but these errors were encountered:
Fixed by 228feb2
Sorry, something went wrong.
No branches or pull requests
This is all the output I get:
Other packages work just fine:
The text was updated successfully, but these errors were encountered: