chocoteam / pychoco

BSD 4-Clause "Original" or "Old" License
10 stars 1 forks source link

Pip install problem on Mac M3 osx-arm64 #26

Open JiBBzs opened 2 months ago

JiBBzs commented 2 months ago

Hi,

Problem with pip install pychoco : ERROR: Could not find a version that satisfies the requirement pychoco (from versions: none) ERROR: No matching distribution found for pychoco

Using Mac OS Apple Silicon M3 osx-arm64 python 3.10.13

ERROR: pychoco-0.1.2-cp310-cp310-macosx_12_0_x86_64.whl is not a supported wheel on this platform (tried to run conda config --env --set subdir osx-64 but no effects)

tsantanam commented 2 months ago

Yes, I am having the same issue with an M1 Mac. The problem is that there is no ARM wheel, only for x86 Mac. @cprudhom or @dimitri-justeau, are you able to provide a built distribution on PyPI for ARM Mac? Thank you!

dimitri-justeau commented 2 months ago

Hi @JiBBzs and @tsantanam , sorry for the answer delay, I currently don't have much available time, but I'll try to have a look at this as soon as possible. We'll let you know when this is fixed !