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

Manage dependencies clash with gql, request-toolbelt and urllib3 #280

Closed
KatKatKateryna opened this issue Jun 3, 2023 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@KatKatKateryna
Copy link
Contributor

KatKatKateryna commented Jun 3, 2023

Example user issue: https://speckle.community/t/qgis-graphql-error/6154/11 (another issue with the same combo of libraries https://speckle.community/t/unable-to-install-speckle-qgis-on-m1-mac/5810/6)

Cause:
The latest releases of the two libraries (request-toolbelt and urllib3) are incompatible, as reported here https://stackoverflow.com/a/76177575
gql library that specklepy is using is relying on requests and requests-toolbelt.
Although universal python installer ensures specific version of every module (e.g. urllib3<=1.26.16), some software (e.g. QGIS) imports request library from the original Python setup (probably imported before Speckle connector is loaded) with possibly incompatible version.

To do:
Look into the use of gql module relying on request-toolbelt, which is then relying on urllib3.

@KatKatKateryna KatKatKateryna added the bug Something isn't working label Jun 3, 2023
@KatKatKateryna KatKatKateryna changed the title Manage dependencies clash with request-toolbelt and urllib3 Manage dependencies clash with gql, request-toolbelt and urllib3 Jun 3, 2023
@KatKatKateryna
Copy link
Contributor Author

More details:

@KatKatKateryna KatKatKateryna self-assigned this Nov 16, 2023
@bimgeek
Copy link

bimgeek commented Dec 15, 2023

Closing this ticket as we are moving to Jira to reduce noise. You can access it there.

@bimgeek bimgeek closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants