-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Could not build wheels for XXX which use PEP 517 #1516
Copy link
Copy link
Closed
python-poetry/poetry-core
#12Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected
Description
- I am on the latest Poetry version.
- I have searched the issues of this repo and believe that this is not a duplicate.
- OS version and name: macOS 10.15
- Poetry version: 1.0.0b4
Issue
#11 provides a workaround for custom build systems (e.g., Cython extensions) that works well with poetry. However, when you try to do pip install . on a project that has a custom build.py the build process fails with
ERROR: Could not build wheels for seiya which use PEP 517 and cannot be installed directly
This means, among other things, that one cannot use ReadTheDocs to document the code. This happens with my code but I have also tested it with pendulum.
Is there a workaround for this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expected