On May 8, 2020 2:15 PM, "boB Stepp" wrote:
[snip]
> This may be a naive question on my part, but, as far as I can tell, most
> instructions that I have encountered for installing Python packages state
the
> installation instructions as "pip install ...", which seems to repeatedly
> lead to these t
On 7/05/20 4:15 PM, Music lover wrote:
Hello python team,
I have installed the latest version of python from your site.
Then I successfully installed some modules like :- numpy , pandas,
matplotlib from command prompt. But I am not able to use them while
programing in python Idle. It'
On Fri, May 08, 2020 at 09:31:55AM -0600, Mats Wichmann wrote:
> On 5/6/20 10:15 PM, Music lover wrote:
> > Hello python team,
> > I have installed the latest version of python from your site.
> > Then I successfully installed some modules like :- numpy , pandas,
> > matplotlib from comm
On 5/6/20 10:15 PM, Music lover wrote:
> Hello python team,
> I have installed the latest version of python from your site.
> Then I successfully installed some modules like :- numpy , pandas,
> matplotlib from command prompt. But I am not able to use them while
> programing in python Id
What is your os? If you are on windows then check out app execution
aliases. There will be two different python versions. Uncheck one and try
installing again. If that doesn't work then uncheck the other and try
installing again. Have you ever downloaded any other version of python but
didn't unins
Hello python team,
I have installed the latest version of python from your site.
Then I successfully installed some modules like :- numpy , pandas,
matplotlib from command prompt. But I am not able to use them while
programing in python Idle. It's saying " no module named 'matplotlib' ."