Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Kraizelburg

macrumors 6502
Original poster
Nov 10, 2018
437
113
Spain
Hi all, I have had my M1 MBA since december 2020 and I would need to use pandas and Numpy libraries for my Data Science master. I know there is a way to run these libraries without rosetta emulation and without anaconda. I like homebrew and I have installed Python natively but as far as I know Pandas isn't compiled for ARM yet.
Thanks
 

leman

macrumors Core
Oct 14, 2008
19,522
19,679
Hi all, I have had my M1 MBA since december 2020 and I would need to use pandas and Numpy libraries for my Data Science master. I know there is a way to run these libraries without rosetta emulation and without anaconda. I like homebrew and I have installed Python natively but as far as I know Pandas isn't compiled for ARM yet.
Thanks

Did you look at the pandas issue here: https://github.com/pandas-dev/pandas/issues/40611
 

marcosh

macrumors newbie
Jul 15, 2021
2
4
Miniforge has gotten a python installation + many packages working for the M1 Mac. I use that instead of home brew python. I use it for the whole data science environment, including pandas.


This command line script should get it and start installing:

Code:
curl -fsSLo Miniforge3.sh https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-MacOSX-$(uname -m).sh
 
  • Like
Reactions: jdb8167
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.