You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.4,globonetworkapi 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.
@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 globonetworkapione commit , we found that globonetworkapi could not work with the version > requests 2.10.0.
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.4,globonetworkapi 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-----------
Thanks for your help.
Best,
Neolith
The text was updated successfully, but these errors were encountered: