Document Pip PEP 517 installation quirks
See original GitHub issueI try to install brainiak on MacOS Mojave just by
python3 -m pip install -U brainiak
following the instruction on Docs » Installation
page.
But at the end I still encounter an error as
ERROR: Could not build wheels for brainiak which use PEP 517 and cannot be installed directly
So what’s the problem with me? Did I do something wrong?
Thanks, Zhao
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
PEP 660: Editable installs for PEP-517 style build backends
PEP 0667: Editable installs for PEP-517 style build backends. To be honest, I'd prefer it if anything that isn't purely typo corrections gets ......
Read more >Pipenv install fails on cryptography package: "Disabling PEP ...
In short: first a compilation step fails, then a workaround is tried with an --no-use-pep517 option included somewhere that sends you a bit ......
Read more >pep517 - PyPI
PEP 517 specifies a standard API for systems which build Python packages. PEP 660 extends it with a build mode that leads to...
Read more >pipenv Documentation - Read the Docs
The recommended way to install pipenv on most platforms is to install from pypi ... from 5.0.0 to 8.8.0 - packaging from 20.8...
Read more >Using PDM for Python Dependency Management
You usually install these dependencies with pip . ... PDM also generates a pyproject.toml file that conforms to PEP 517 and PEP 621....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For example, you can create a virtual environment for testing like this:
Thanks for the detailed output. I will modify the documentation to include the
--no-use-pep517
flag.