"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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -