Problem using pip

Jerry Hill malaclypse2 at gmail.com
Tue Jan 14 09:16:53 EST 2020


On Tue, Jan 14, 2020 at 2:18 AM proplayer raj
<rajrajeshwarpand108 at gmail.com> wrote:
>
> dear team
> I have encountered a problem while using pip , that it did 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.

Can you be specific about which modules you are trying to install?  I
don't see any sign of a python package called 'webbrowsing' anywhere
on the internet, for instance.  Are you possibly looking for the
'webbrowser' module?  If so, it's not installed via pip, it's part of
the python standard library (see docs here:
https://docs.python.org/3/library/webbrowser.html).  There's also an
'os' module in the standard library
(https://docs.python.org/3/library/os.html). Are those the modules you
were looking for?

-- 
Jerry


More information about the Python-list mailing list