You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use snakemake on macOS on the Apple ARM M3 chip, installed via conda. It failed snakemake/snakemake#3007 with the following error from pulp:
OSError: [Errno 86] Bad CPU type in executable: '/Users/peterjc/miniforge3/envs/snakemake-testing/lib/python3.12/site-packages/pulp/solverdir/cbc/osx/64/cbc'
I've looked at the conda-forge packaging of pulp and this currently uses the cbc binaries you provide conda-forge/pulp-feedstock#40 rather than compiling them or handling this as an explicit external dependency. See also #740 for a similar discussion about packaging. Currently you only have x64 binaries for macOS:
This seems to be the Apple equivalent of #672 and #685 for Linux aarch64, which added Linux ARM binaries and will be a welcome addition to the next release. Can the same be done for macOS ARM too please?
Useful extra information
The info below often helps, please fill it out if you're able to. :)
Details for the issue
I'm trying to use snakemake on macOS on the Apple ARM M3 chip, installed via conda. It failed snakemake/snakemake#3007 with the following error from pulp:
OSError: [Errno 86] Bad CPU type in executable: '/Users/peterjc/miniforge3/envs/snakemake-testing/lib/python3.12/site-packages/pulp/solverdir/cbc/osx/64/cbc'
I've looked at the conda-forge packaging of pulp and this currently uses the cbc binaries you provide conda-forge/pulp-feedstock#40 rather than compiling them or handling this as an explicit external dependency. See also #740 for a similar discussion about packaging. Currently you only have x64 binaries for macOS:
https://github.com/coin-or/pulp/tree/v2.1/pulp/solverdir/cbc/osx
https://github.com/coin-or/pulp/tree/master/pulp/solverdir/cbc/osx
This seems to be the Apple equivalent of #672 and #685 for Linux aarch64, which added Linux ARM binaries and will be a welcome addition to the next release. Can the same be done for macOS ARM too please?
Useful extra information
The info below often helps, please fill it out if you're able to. :)
What operating system are you using?
I'm using python version:
I installed PuLP via:
Did you also
The text was updated successfully, but these errors were encountered: