"python setup.py egg_info" failed with error code 1 for packages like sys, os, urllib -


i new python , i'm trying install few additional packages

pip install webbrowser pip install re pip install collections 

but getting error like:

"no matching distribution found xx" 

also other challenge faced is:

 pip install sys  pip install os  pip install urllib 

getting error:

 "python setup.py egg_info" failed error code 1 in c:\users\rishabh 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -