Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Apple Silicon support #98

Open
kaisoapbox opened this issue Oct 6, 2023 · 0 comments
Open

Add Apple Silicon support #98

kaisoapbox opened this issue Oct 6, 2023 · 0 comments

Comments

@kaisoapbox
Copy link

There aren't pre-built arm64 wheels for apple silicon.

I found a workaround that (related to #33) worked for me, requiring anaconda:

CONDA_SUBDIR=osx-64 conda create -n robo python=3.8.10
conda activate robo
python -c "import platform;print(platform.machine())" # x86_64
conda config --env --set subdir osx-64 # set future packages installs to also use osx-64 over arm64
pip install robomaster

That's just a temporary workaround using rosetta, though. Even just instructions for building the package from source would be great, then we could build our own packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant