Closed jvillasr closed 3 months ago
Quick update, a colleague successfully installed it on a M2 mac, so I'm still not sure what is going wrong.
I had a similar issue recently. Are you on the latest version of Python? You may want to try Python 3.11
Thanks, yes, I've tried python 3.10 and 3.11 and I get the same issue.
Sorry for the long delay -- I've been on paternity leave. Did you both ever resolve this issue? One question for you: if you have an M2 chip, you should have an ARM version of conda. Do you? What does this output: conda info | grep platform
I just released new versions of twobody and thejoker that should hopefully resolve this issue -- sorry again for the delay!
(Please reopen this if you still run into the error)
I'm trying to install the Joker on a clean conda environment. I'm getting the following error for twobody:
Could this be an architecture issue? I see that installation is trying to use
x86_64-apple-darwin13.4.0-clang
and I'm using an Apple M2 chip. Any idea how I could get around this?