paint-brush
Python Environment Set-Up with M1 Chipby@hannahroseoc
970 reads
970 reads

Python Environment Set-Up with M1 Chip

by TAGGUNSeptember 24th, 2021
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

There are some python library packages that don't support M1 chip yet. The solution: Jump into a virtual environment with conda - `conda activate.venv` The solution is to install the conda package manager via conda. Miniforge supports conda (allows you to install conda)
featured image - Python Environment Set-Up with M1 Chip
TAGGUN HackerNoon profile picture


After unboxing my gleaming new Apple MacBook Air with the powerful M1 chip, I quickly realised, as a developer, that I would be running into issues with M1 support for a while until the world has caught up and supports M1 chips as much as the intel chips.


I would like to document my issues and answers to help others who are experiencing the same ones during this time period in transit.


The Problem

Issues occurred because there are some python library packages that don't support M1 chips yet.


The Solution:

  • Jump into a virtual environment with conda - conda activate .venv
  • If pip is having a problem, look for the package in conda - install it via conda


Note:

Miniforge supports conda (allows you to install the conda package manager)



Please get in contact if you come across any other issues, updates, or solutions regarding setting up development with the M1 chip! A lot of time was sucked out of my life as I struggled to find clear and effective answers to python~M1 issues. I am collating solutions regarding python set-up for others to access efficiently, as they have become diluted in the intel-heavy internet.