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

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -