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 [email protected]. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
