globocom / globocom/globomap-driver-napi
Installation fails due to conflicting requests version
- Dominant language
- Python
- Stars
- 3
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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-----------
```
----------------------------------------------------------------------------------------
Building globomap-driver-napi-0.0.30
----------------------------------------------------------------------------------------
globomap-driver-napi
| +-globomap-loader-api-client
| | +-requests
| +-globonetworkapi
| | +-requests
| +-pika
----------------------------------------------------------------------------------------
```

Thanks for your help.
Best,
Neolith
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.