Skip to content
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

New version of scrapeOps monitoring uses different version of urllib3 that scrapy request uses #13

Open
Okaca opened this issue May 4, 2024 · 0 comments

Comments

@Okaca
Copy link

Okaca commented May 4, 2024

ERROR: Cannot install -r requirements.txt (line 30), -r requirements.txt (line 32), urllib3<2 and urllib3==1.26.18 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested urllib3==1.26.18
The user requested urllib3<2
requests 2.31.0 depends on urllib3<3 and >=1.21.1
scrapeops-scrapy 0.5.4 depends on urllib3>=2.1

there is no common version for urllib3>=2.1 and

But currently requests 2.29.0 has a range bound on it: <1.27 and >=1.21.1 for urllib3.

same issue here, cloud deploy fails because of dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant