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

Installation fails due to conflicting requests version #5

Open
NeolithEra opened this issue Jul 11, 2019 · 1 comment
Open

Installation fails due to conflicting requests version #5

NeolithEra opened this issue Jul 11, 2019 · 1 comment

Comments

@NeolithEra
Copy link

NeolithEra commented Jul 11, 2019

Hi, globomap-driver-napi is a very good project. I like its functionality!
But now users are unable to run globomap-driver-napi-0.0.30 due to dependency conflict with requests package.
As shown in the following full dependency graph of globomap-driver-napi-0.0.30, globomap-loader-api-client requires requests==2.18.4globonetworkapi requires requests==2.10.0 .

According to pip’s “first found wins” installation strategy, requests==2.18.4 is the actually installed version. However, requests==2.18.4 does not satisfy requests==2.10.0.

Dependency tree-----------

----------------------------------------------------------------------------------------
Building globomap-driver-napi-0.0.30
----------------------------------------------------------------------------------------
globomap-driver-napi<version range:>
| +-globomap-loader-api-client<version range:==0.0.7>
| | +-requests<version range:==2.18.4>
| +-globonetworkapi<version range:==0.8.5>
| | +-requests<version range:==2.10.0>
| +-pika<version range:==0.10.0>
----------------------------------------------------------------------------------------

1

Thanks for your help.
Best,
Neolith

@NeolithEra
Copy link
Author

NeolithEra commented Jul 11, 2019

@edersonbrilhante, Hi, I have submitted an Issue #3 in project globomap-loader-api-client and asked for help to downgrade requests to 2.10.0.
As from the previous bug of globonetworkapi one commit , we found that globonetworkapi could not work with the version > requests 2.10.0.

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