Skip to content

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

@Barissevilmis

Description

@Barissevilmis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions