DrInfy / DrInfy/sc2-pathlib

Are there any possibilities to use this library on armx64 processors, to be specific on M1 chips?

Open
#38 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.