me again, tough setup. `meltano add orchestrator...
# troubleshooting
f
me again, tough setup.
meltano add orchestrator airflow
causes
ERROR: Could not build wheels for numpy which use PEP 517 and cannot be installed directly
on
m1 apple
i run iterm in rosetta mode.
a
I've run into this when pip wasn't up to date (it was trying to bring in versions that didn't work on the M1). Does ``pip3 install --upgrade pip` fix it?`
f
no sadly not.
i now work inside of docker to bypass the issue.
a
So you're up and running now? I planned on digging into some M1 issues this week so I can take a look at this later as long as you're not blocked now
f
it works inside of docker and thats all i need to be unblocked.
a
Cool, I'll see if I can get this working natively this week sometime. The pip fix got me there last time but every time there's an M1 issue it seems to be a rat's nest of CMAKE flags and things going wrong to fix 😅
I'll keep you posted
f
i am actively working on our meltano installation, so if you need me test something lemme know.
i uninstall
brew python
and
pyenv
, so now its the m1 native python version. also no virtual env or anything! now i dont get that error anymore.