Problem using pip

Julie ju at ju.net
Tue Jan 14 03:06:34 EST 2020


 not allowed to
> install webbrowsing and OS module it show the error that it does not found
> any matching distributor and does not fount the version which can fulfill
> the requirement. 


usually the py2 and py3 repos get mixed up

make sure you know whether u handle py2 or py3 case

retry until it works

like


   python3 -m pip install --upgrade SOME_LIB  --user


More information about the Python-list mailing list