"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

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -