-
Notifications
You must be signed in to change notification settings - Fork 158
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
Dependency typing
breaks pip install
#52
Comments
This error makes impossible deployment to zyte (scrapinghub) |
yadalik
added a commit
to yadalik/scrapy-rotating-proxies
that referenced
this issue
Feb 16, 2021
Is there anything holding back on accepting this solution? I am having trouble using the lib on aws lambdas using Python 3.8 because of the typing problem. I can run it on Python 3.8 on my local machine though. Cant quite undestand why. |
Same issue can we merge #57 ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using python 3.7, I get this error when trying to
pip install
something.This is because of the
typing
usage as a dependency.This should be included:
typing;python_version<"3.5"
The text was updated successfully, but these errors were encountered: