Install Python with NumPy SciPy Matplotlib on macOS Catalina

preview_player
Показать описание
Note - Python 3.9 will not work at this time (2 November 2020) because not all libraries were ported to 3.9, please use Python 3.8 for now.

How to Install Python with NumPy SciPy Matplotlib on macOS Catalina. Note: Now you can install NumPy, SciPy and Matplotlib for Python 3.8.

Install Command Line Tools macOS Catalina video:

Text version of the video:
Рекомендации по теме
Комментарии
Автор

2:55 I used "bash" for activating my environment because it did not work the way you showed. The steps would be:
1. Open your terminal
2. Write "python3 -m venv work" and press enter
3. Write: "bash" and press enter
4. Write: "source work/bin/activate" and press enter
I don't understand it but now you should be in the work environment

charlesgiard-gautier
Автор

Thanks so much.I had no idea the a <work> environment was available and easy to establish.

philippresser
Автор

I use a MacOS Catalina, and I followed what you presented here and can now run a Python 3 code written by a colleague. Thank you! However, a directory named "work" was created on my Desktop. What can I do with this directory? Can I move it somewhere else?

qqqquito
Автор

very helpful! i followed your steps and succesfully installed NumPy SciPy and matplotlib. My system is Mojave

misssunglass
Автор

thank you so much, Sir!!! you are really helping me to solve my problem 🙏🏻

liyanafaiza
Автор

SCIPY did not install, mac os complained no fortran compiler building 'mach' library
error: library mach has Fortran sources but no Fortran compiler found

ERROR: Failed building wheel for scipy
Failed to build scipy

Lots of errors with matplotlib as well, did not install

gmcenroe
Автор

How do i put the idle icon on my desktop with all the modules please ?

alex___dhl
Автор

It always put me « 
-bash : syntax error near unexpected token ˋpython3.9’ »
I don’t know what to do ...

mcriri
Автор

Thank you. Really helpful video. Are there any certifications available from some reputable organizations for Python Data Science ?

gagancapricorn
Автор

It took like twenty play throughs but I think I got it!

pinethetree
Автор

I've python 3.8.

not able to install either SciPy and Matplotlib.
ERROR: Command errored out with exit status - This is the error I'm resulting in.

sarathkumarsontam
Автор

Thanks for such nice Video, I have a question though, try to make graph with my list before and after sorting by using the number and index for X and Y-axis thanks again

husamal-hraishawi
Автор

I always get this error when im trying to install spicy on my Mac, I don't know why, I followed every step carefully

HANNROBOTICS
Автор

I always get a 517 PEP error while I am trying to install numpy!

seyedrezaghazanfari
Автор

i have but i am getting error:

source: no such file or directory: work/bin/activite
please help

sams_sharma
Автор

hey mine comes up with this error
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
python
NameError: name 'python' is not defined

aliyusuf