https://github.com/himkt/poetry-failure
https://github.com/himkt/poetry-failure
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/himkt/poetry-failure
- Owner: himkt
- Created: 2020-07-15T16:49:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-16T10:37:08.000Z (about 6 years ago)
- Last Synced: 2025-07-22T11:46:29.313Z (about 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.)