Upgrade vendored pep517 to 0.10.0 or later
See original GitHub issueEach time I submit an issue here (pip), I’m getting not very nice feedback, but let’s try again 🙂
If a build uses import colorlog
(to get https://pypi.org/project/colorlog/), the module imported is pip/_vendor/pep517/colorlog.py
, which is incompatible with https://pypi.org/project/colorlog/ and one gets an error like:
AttributeError: module 'colorlog' has no attribute 'StreamHandler'
Issue Analytics
- State:
- Created 3 years ago
- Comments:16 (15 by maintainers)
Top Results From Across the Web
Changelog - pip documentation v22.3.1
The backend can be enabled on Python 3.10 and later by installing truststore ... Add pygments 2.11.2 as a vendored dependency. ... Upgrade...
Read more >pep517 - PyPI
Wrappers to build Python packages using PEP 517 hooks. ... This package contains wrappers around the hooks specified by PEP 517 and PEP...
Read more >Does Poetry install --no-dev need Rust to be installed?
I use the image arm32v7/python:3.7-slim-buster . Here is the Dockerfile : FROM arm32v7/python:3.7-slim-buster RUN apt-get update RUN apt-get ...
Read more >Error with conda dedalus installation - Google Groups
ERROR: Could not build wheels for dedalus which use PEP 517 and cannot be installed directly. Installation complete in conda environment 'dedalus'.
Read more >Package List — Spack 0.20.0.dev0 documentation
A package universe and a request to install, remove, or upgrade packages have ... 0.11.1, 0.11.0, 0.10.1, 0.10.0, 0.9.0, 0.8.1, 0.8.0, 0.7.0, 0.6.1,...
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 Free
Top 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
Released as 0.10.0, if someone wants to update the vendoring.
Let’s repurpose this to make sure we remember to upgrade the bundled copy of pep517 when upstream releases the fix.