Are there any possibilities to use this library on armx64 processors, to be specific on M1 chips?
- Dominant language
- Rust
- Stars
- 17
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
I would like to implement pathing algorithm on my SC2 Deep RL Agent, and trying to import library I get error:
Traceback (most recent call last):
File "", line 1, in
ImportError: dlopen(/Users/barissevilmis/Desktop/SC2/python-sc2/sc2pathlib.so, 0x0002): tried: '/Users/barissevilmis/Desktop/SC2/python-sc2/sc2pathlib.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/barissevilmis/Desktop/SC2/python-sc2/sc2pathlib.so' (no such file), '/Users/barissevilmis/Desktop/SC2/python-sc2/sc2pathlib.so' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
I am working on M1 chip Mac and currently able to work with the SC2 tools after spending a lot of hours to arrange my conda environment for python 3.7.16 and solve all the issues. I prevailed and currently training my agent
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.