question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade vendored pep517 to 0.10.0 or later

See original GitHub issue

Each 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:closed
  • Created 3 years ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
takluyvercommented, Mar 11, 2021

Released as 0.10.0, if someone wants to update the vendoring.

1reaction
uranusjrcommented, Feb 1, 2021

Let’s repurpose this to make sure we remember to upgrade the bundled copy of pep517 when upstream releases the fix.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found