opencv-python
package has the following compatible candidates [Package('opencv-python', '4.8.1.78')]
; but, the exporter dependency walker previously elected opencv-python (4.9.0.80)
which is not compatible with the dependency opencv-python (>=4.8,<4.9)
.
#281
$ poetry export --with=dev --without-hashes -o dev_requirements.txt
The
opencv-python
package has the following compatible candidates[Package('opencv-python', '4.8.1.78')]
; but, the exporter dependency walker previously electedopencv-python (4.9.0.80)
which is not compatible with the dependencyopencv-python (>=4.8,<4.9)
. Please contribute topoetry-plugin-export
to solve this problem.Versions
$ python -V
$ poetry --version
$ poetry self show plugins
Reproduce
$ cat pyproject.toml
$ cat poetry.lock
$ tree . (directory was created by
poetry new export_test
and only pyproject.toml and poetry.lock changed)The text was updated successfully, but these errors were encountered: