You can open the shell config dialog to create a new “shell environment” with the Python executable in the Anaconda that you installed.
What operating system are you using and how did did you install Python initially? The command “conda install Anaconda” only works with anaconda or miniconda environments. Also see http://www.pyzo.org/start.html Regards, Almar From: RC78160 Sent: 26 May 2017 22:50 To: Pyzo Subject: [Pyzo] How to download/use matlplotlib/numpy/simpy with Pyzo underMacOS ? Hello, I have downloaded Pyzo but commands such as "from numpy import np" do not work since " Traceback (most recent call last): File "<console>", line 1, in <module> ModuleNotFoundError: No module named 'numpy' I have dowloaded Anaconda which is supposed to have Matplotlib/Numpy/Simpy modules, but do not know how to link Pyzo with Anaconda. When I do "conda install bumpy" i have "Error in conda command: No module named 'conda' " message. Could you please indicate me how to have/use Marplotlib/Numpy/SImpy with Pyzo ? Many thanks Rafael -- 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.
