Warning: Ignoring Invalid Distribution -ip (c:\python39\lib\site-packages) How Do I Fix This And What Does It Mean?
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 installe
Solution 1:
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.
Post a Comment for "Warning: Ignoring Invalid Distribution -ip (c:\python39\lib\site-packages) How Do I Fix This And What Does It Mean?"