Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WARNING: Ignoring invalid distribution -ip (c:\python39\lib\site-packages) How do I fix this and what does it mean? [duplicate]

Error

I keep getting this error:

WARNING: Ignoring invalid distribution -ip (c:\python39\lib\site-packages)

How do I fix this and what does it mean?

I have anaconda and Python installed. I use Jupyter Notebook and Python in VS Code.

This is in Git Bash command line.

My operating system is Windows 10 Home.

I have Python 3.9.2 and pip 21.1.1.

like image 879
ralphiecodes Avatar asked May 07 '21 23:05

ralphiecodes


1 Answers

So apparently some folder/package named -ip + some numbers was installed at c:\python39\lib\site-packages.

Once I checked my site packages at the link it provided and removed the ip(random numbers) package it stopped giving me errors.

like image 165
ralphiecodes Avatar answered Oct 21 '22 21:10

ralphiecodes