An open API service indexing awesome lists of open source software.

https://github.com/himkt/poetry-failure


https://github.com/himkt/poetry-failure

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

## [HELP WANTED] Reproduction of installation failure for konoha with extra package

### Step for reproducing

```
docker build -t reproduction .
```

### Result

```
[SolverProblemError]
Because no versions of konoha match >4.4.0,<5.0.0
and konoha (4.4.0) depends on sudachidict_core (>=20200330,<20200331), konoha (>=4.4.0,<5.0.0) requires sudachidict_core (>=20200330,<20200331).
So, because no versions of sudachidict-core match >=20200330,<20200331
and sample depends on konoha (^4.4.0), version solving failed.
The command '/bin/sh -c poetry add konoha -E all_with_integrations' returned a non-zero code: 1
```

I couldn't understand `konoha (4.4.0) depends on sudachidict_core (>=20200330,<20200331), konoha (>=4.4.0,<5.0.0) requires sudachidict_core (>=20200330,<20200331)`.
(Pipenv, or pip install successfully build this package.)