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.

Pip Installation Warning [ Bug Or Virus ]

See original GitHub issue

Description

When I Install A Python Pacakage in Latest Version Of PIP [ Resolve If its a Bug ]

Expected behavior

I Searched on Internet About -ywin32, It has no results A Webpage shows that its in a virus or a malware

pip version

21.2.3

Python version

3.9.6

OS

Windows

Output Error [ Warnings ]

C:\Users\goura>pip install numpy
WARNING: Ignoring invalid distribution -ywin32 (c:\users\goura\appdata\local\programs\python\python39\lib\site-packages)
WARNING: Ignoring invalid distribution -ywin32 (c:\users\goura\appdata\local\programs\python\python39\lib\site-packages)
Collecting numpy
  Using cached numpy-1.21.1-cp39-cp39-win_amd64.whl (14.0 MB)
WARNING: Ignoring invalid distribution -ywin32 (c:\users\goura\appdata\local\programs\python\python39\lib\site-packages)
Installing collected packages: numpy
WARNING: Ignoring invalid distribution -ywin32 (c:\users\goura\appdata\local\programs\python\python39\lib\site-packages)
Successfully installed numpy-1.21.1
WARNING: Ignoring invalid distribution -ywin32 (c:\users\goura\appdata\local\programs\python\python39\lib\site-packages)
WARNING: Ignoring invalid distribution -ywin32 (c:\users\goura\appdata\local\programs\python\python39\lib\site-packages)

Code of Conduct

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
itsmeadarsh2008commented, Aug 8, 2021

Sorry for the confusion. I mean deleting the folder manually from File Explorer.

Hey Bro 👍👏👏😊, It’s Working Thanks a lot.

C:\Users\goura>pip install matplotlib
Requirement already satisfied: matplotlib in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (3.4.2)
Requirement already satisfied: kiwisolver>=1.0.1 in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (1.3.1)
Requirement already satisfied: python-dateutil>=2.7 in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (2.8.1)
Requirement already satisfied: pillow>=6.2.0 in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (8.1.0)
Requirement already satisfied: numpy>=1.16 in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (1.21.1)
Requirement already satisfied: cycler>=0.10 in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (0.10.0)
Requirement already satisfied: pyparsing>=2.2.1 in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (2.4.7)
Requirement already satisfied: six in c:\users\goura\appdata\local\programs\python\python39\lib\site-packages (from cycler>=0.10->matplotlib) (1.16.0)

```
I think its was a bug downloaded when I update Jupyter Notebook In Visual Studio Code.
1reaction
itsmeadarsh2008commented, Aug 8, 2021

Anyone Can help Me Please, I Tried To Repair Python Using Setup Also But Its Not Working

Read more comments on GitHub >

github_iconTop Results From Across the Web

"pip install unroll": "python setup.py egg_info" failed with error ...
Open a command prompt in elevated mode (run as administrator) · Firstly do pip install ez_setup · Then do pip install unroll (It...
Read more >
Error when running pip install: python setup.py egg_info ...
If this error still pops up just try to re-install pip from this file https://bootstrap.pypa.io/get-pip.py. Hope this helps !
Read more >
Could not install packages due to an OSError [FIX] - YouTube
This video we'll talk about how to fix the following error : “Could not install packages due to an OSError”. I had this...
Read more >
Pip Command Not Found on Windows: A Guide | Built In
A “pip: command not found” error occurs when you haven't properly installed the package installer for Python (pip) on your computer.
Read more >
Changelog - pip documentation v22.3.1
Installing argparse or wsgiref will no longer warn or error - pip will allow the installation even though it may be useless (since...
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