Hi, thanks you for your answer.

Unfortunately, nothing works. When I do the command "conda install numpy", 
I get this message: "Error in conda command: No module named 'conda' " and 
when I put "pip install nympy", I have this message "Collecting numpy Using 
cached 
https://files.pythonhosted.org/packages/c1/a9/f04a5b7db30cc30b41fe516b8914c5049264490a34a49d977937606fbb23/numpy-1.19.2-cp37-cp37m-macosx_10_9_x86_64_64
 
Installing collected packages: numpy Could not install packages due to an 
EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7' 
Consider using the `--user` option or check the permissions. You are using 
pip version 19.0.3, however version 20.2.3 is available. You should 
consider upgrading via the 'pip install --upgrade pip' command. " So I 
don't really know what to do. But thanks for trying to help me
Le mercredi 16 septembre 2020 à 09:16:50 UTC+2, almar...@gmail.com a écrit :

> Hi Mélissa,
>
> It looks like numpy is not installed in your Python environment. Anaconda 
> comes with numpy installed, so perhaps you're not using the anaconda 
> environment, but your default Mac Python environment. You can open the 
> shell configuration dialog, and check the EXE there (Pyzo should list all 
> environments installed on your system).
>
> Otherwise, you can install numpy. Try this first:
>
>   conda install numpy
>
> If you are on a conda environment (like anaconda or miniconda) than this 
> should work. If not, you should uses pip instead:
>
>   pip install numpy
>
> Kind regards,
>   Almar
>
>
> On Tue, Sep 15, 2020, at 16:22, Mélissa Adri wrote:
>
>
> Bonjour, je suis sur mac os catalina et j'ai installé pyzo et anaconda 
> pour pouvoir coder en python avec les bibliothèques math, numpy et sympy.
> Cependant, pyzo ne détecte pas ces bibliothèque, par exemple, lorsque 
> j'importe numpy ou sympy, il met ce message d'erreur : "Traceback (most 
> recent call last):
>   File "<tmp 1>", line 1, in <module>
>     import numpy as np
> ModuleNotFoundError: No module named 'numpy'" 
> Quand j'utilisais un ordinateur windows, tout fonctionnait très bien. Y a 
> t'il une manipulation à faire pour utiliser pyzo sur mac ? Merci d'avance 
> et bonne journée
>
>
> Hello, I'm on mac os catalina and I installed pyzo and anaconda to be able 
> to code in python with the math, numpy and sympy libraries.
> However, pyzo doesn't detect these libraries, for example, when I import 
> numpy or sympy, it puts this error message: "Traceback (most recent call 
> last):
>   File "<tmp 1>", line 1, in <module>
>     import numpy as np
> ModuleNotFoundError: No module named 'numpy'"" 
> When I was using a windows computer, everything worked very well. Is there 
> a manipulation to do to use pyzo on a mac? Thank you in advance and have a 
> nice day
>
> Translated with www.DeepL.com/Translator (free version)
>
>
> --
> 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+uns...@googlegroups.com.
> To view this discussion on the web, visit 
> https://groups.google.com/d/msgid/pyzo/4ec83c12-6514-463c-a772-863b0f46234dn%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/pyzo/4ec83c12-6514-463c-a772-863b0f46234dn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/pyzo/aea576d7-1014-435d-8e84-119a92eb20e2n%40googlegroups.com.

Reply via email to