Hello everyone! Am new to Dagster and trying to ge...
# random
r
Hello everyone! Am new to Dagster and trying to get started by next week. Has anyone been successful in running their workflows using Dagster in the new BigSur MacBook that runs on M1 chips? They are planning to replace my machine as my ild one is gonna be dead sooner. Want to check if it works easily as I don’t want to spend time for workarounds with a new, unknown non developer friendly OS, but learn and get started with a POC and move away form airflow slowly! Any kind of recommendations would be much appreciated!
n
Python only released an M1-tested arm64 build with the latest 3.9 RC
So it's all rosetta all the time for now.
The only major dev tooling thing I know of that doesn't work is Docker for Mac
(or more generally, probably anything running a VM)
r
Yea I read about VM / docker not available for M1.
I’m looking if Dagster learning would be possible with M1 - like do a bunch of POC that might work on Rosetta. In that case then I’ll be able to scale a bit and then get a cloud server where I can host. Right now I don’t have a provision unless I test locally
n
Python runs fine under Rosetta
And all the sci stuff I've seen has worked, but maybe like some crazy CUDA-enhanced tensorflow could break? Try it and find out.
But overall, Python is Python
r
This helps! Am not yet there though. Thanks @Noah K