Package dependency resolution issues in poetry >= 1.2 ( example with fasttext ) #6658
Closed
4 tasks done
Labels
kind/question
User questions (candidates for conversion to discussion)
status/duplicate
Duplicate issues
Poetry version: 1.2.0, 1.2.1
Python version: 3.8.3
OS version and name: macos 12.5
pyproject.toml: https://gist.github.com/zendesk-cirode/7548ee5cd075cab84553c0a9da0c08ae
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option) and have included the output below.Issue
Using the above simplified pyproject.toml in poetry 1.1.15 works fine, however in 1.2.0 and above it results in the following
It looks like it installs the dependency fine, but then cannot find that dependency in the next stage. This occurs whether or not pybind11 is installed in the poetry virtualenv or not.
pip install fasttext
works fine as shown belowThe text was updated successfully, but these errors were encountered: