Discussion:
[Pyzo] ModuleNotFoundError
'Clara' via Pyzo
2017-05-03 08:12:04 UTC
Permalink
Hi,
I just download Pyzo on my computeur, following the website instructions, so I installed the Python Environment Miniconda and tried to install scientific packages but it doesn't work !

For example when i type " conda install numpy " the shell answers
" Fetching package metadata ..."
And after when i type " from numpy import * " the shell answers
" ModuleNotFoundError: No module named 'numpy' "

So how install this module ?

Thank you for your help ( and sorry for bad English I'm French )
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
a***@gmail.com
2017-05-08 22:28:30 UTC
Permalink
Mmm, could you try opening a command shell (run the “cmd” command via the start menu), and then run “c:/miniconda3/Scripts/conda.exe install numpy”? (or equivalent path, replace “Script” with ”bin” if you’re not on Windows).

- Almar

From: 'Clara' via Pyzo
Sent: 08 May 2017 23:57
To: Pyzo
Subject: [Pyzo] ModuleNotFoundError

Hi,
I just download Pyzo on my computeur, following the website instructions, so I installed the Python Environment Miniconda and tried to install scientific packages but it doesn't work !

For example when i type " conda install numpy " the shell answers
" Fetching package metadata ..."
And after when i type " from numpy import * " the shell answers
" ModuleNotFoundError: No module named 'numpy' "

So how install this module ?

Thank you for your help ( and sorry for bad English I'm French )
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...