Problem using pip

2020-01-13 Thread proplayer raj
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.
.So , I want to ask you what I can do to solve this problem because I
downloaded every module except for these two modules . please give the
solution as soon as possible.
regards
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Problem using pip

2020-01-14 Thread proplayer raj
Yes, that's it. Thanks for your help

On Tue, Jan 14, 2020, 7:47 PM Jerry Hill  wrote:

> On Tue, Jan 14, 2020 at 2:18 AM proplayer raj
>  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
>
-- 
https://mail.python.org/mailman/listinfo/python-list