pip issue
Dieter Maurer
dieter at handshake.de
Wed Nov 30 12:06:59 EST 2022
Gisle Vanem wrote at 2022-11-30 10:51 +0100:
>I have an issue with 'pip v. 22.3.1'. On any
>'pip install' command I get warning like this:
> c:\> pip3 install asciinema
> WARNING: Ignoring invalid distribution -arkupsafe (f:\gv\python310\lib\site-packages)
> WARNING: Ignoring invalid distribution -arkupsafe (f:\gv\python310\lib\site-packages)
> Collecting asciinema
> Downloading asciinema-2.2.0-py3-none-any.whl (92 kB)
> ...
>
>Otherwise no issues. But where is this text "-arkupsafe" stored
>and how to get rid it it? I've searched through all of my .pth
>files and found no such string.
Have you looked at the content of the folder mentioned
in the warnings (e.g. `...\site-packages`).
More information about the Python-list
mailing list