brazerzkidaimakers.blogg.se

Best way install python on mac
Best way install python on mac




  1. #BEST WAY INSTALL PYTHON ON MAC HOW TO#
  2. #BEST WAY INSTALL PYTHON ON MAC INSTALL#

#BEST WAY INSTALL PYTHON ON MAC INSTALL#

Trying to install tensorflow throws an error that I can't seem to debug after hours of trying: $ pip3 install tensorflowĭEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. WARNING: Package(s) not found: tensorflow Summary: The PyPA recommended tool for installing Python packages. Requires: ipykernel, ipywidgets, jupyter-console, nbconvert, notebook, qtconsole Location: /opt/homebrew/lib/python3.9/site-packages Install all the Jupyter components in one go. Here is where other relevant software is installed: $ which python However, I think that this command is supposed to return /usr/local/bin/python3īased on this tensorflow installation tutorial: Here are some facts about my current spaghetti mess of python installations: $ which python3 So far, I have at various times tried pip3 and other times tried brew to get things installed. (3) I want to achieve this without becoming an expert in package management in macOS unix environments, because I'd rather just focus my technical attention on improving my machine learning abilities. (2) Not have all my python packages installed in totally problematic places. (1) Get to the point where I can fit machine learning models with keras in a jupyter notebook

best way install python on mac best way install python on mac

#BEST WAY INSTALL PYTHON ON MAC HOW TO#

I suspect I should probably just uninstall everything that I installed on my own and start over, but I don't know how to do that (other than re-imaging my machine, which would be an absolute last resort). As a result, I have ended up with a bunch of stuff installed that I don't understand very well and still can't install tensorflow2. Tools like pip, anaconda, homebrew and other are recommended in some online resources and discouraged in others. My main technical skillset is as a data scientist and I am relatively uncomfortable with the complexity of managing the installation of python ML packages. I am trying to install common machine learning and data science python tools on a new macbook air with the following specs:






Best way install python on mac