

Sudo port install p圓6-graphviz … is it right?īut I see that they install dependencies like python 3. I have Python 3.4 installed, and Pip must be installed with it.

Here are my experience that I share according to your instructions:ġ) after installing MacPorts …you have to close and reopen terminal in order to get the right answer of updated to the command : ‘sudo port selfupdate’Ģ) I though Anaconda or Miniconda take better care of modules dependencies installation, but the way you propose through MacPorts you have to take car of it…is it right?ģ) to me installing Keras and tensorflow is the base for my software, but Keras said it required that the only current python compatibility is 2.7 or 3.6 version …so installing 3.5 python must be corrected from this tutorial to 3.6Ĥ) in keras page installation to other software are recommended for installation:Ĥ.1) h5py, that I understand it is already included in pyhton 3.6…nothing additional to do itĤ.2) pydot (for visual python utilities)…but because they recommended install by pip … I decided to do the same command installation structure as you do for scikit-leanr with pip :1Ĥ.3) regarding graphviz (also a visual utility) I follow the Macport recommedation installation: brew tap homebrew/science & brew install python numpy scipy matplotlib.
#Numpy for mac python 3.5 mac os#
Motivation: Due to recent mac os upgrade from Mojave to Catalina 10.15 they uninstall anaconda from root directories and because I used the old 2.7 anaconda I decided to reinstall all my python+tensorflow+keras environment according to this tutorials. The fundamental package for scientific computing with Python.
