Closed josmithua closed 2 years ago
I can repro without poetry with just pip wheel -wdist --no-deps --use-pep517 .
. I pushed a fix to master; can you test that (without me making a release yet)?
Thanks for the quick response, it works!
❯ poetry add git+https://github.com/anntzer/mplcursors.git#main
Updating dependencies
Resolving dependencies... (0.1s)
Writing lock file
Package operations: 1 install, 0 updates, 0 removals
• Installing mplcursors (0.5.1.post11+g16db651 16db651)
I actually am running into this on Windows as well. Will you be releasing the fix soon? Thanks.
Done.
I get an error when trying to install
mplcursors
with poetry v1.2.1. Can anyone try to reproduce?Python version: 3.10.6 Poetry version: 1.2.1
Here's my pyproject.toml file:
Here's the terminal log: