globocom / globocom/globomap-driver-napi

Installation fails due to conflicting requests version

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
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
----------------------------------------------------------------------------------------

```

![1](https://user-images.githubusercontent.com/52778917/61048737-4aefaa80-a415-11e9-9a62-a041e8f382f7.png)

Thanks for your help.
Best,
Neolith

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.