Skip to content

Python installation issue on Apple M1 #3009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
andrea-cassioli-maersk opened this issue Dec 10, 2021 · 1 comment
Closed

Python installation issue on Apple M1 #3009

andrea-cassioli-maersk opened this issue Dec 10, 2021 · 1 comment
Assignees
Labels
Cross Compilation Cross compiling (e.g. aarch64) Feature Request Missing Feature/Wrapper Lang: Python Python wrapper issue OS: Mac MacOS
Milestone

Comments

@andrea-cassioli-maersk
Copy link

What version of OR-Tools and what language are you using?
Version: master
Language: Python

Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
Cbc

What operating system (Linux, Windows, ...) and version?
MacOSx, M1 chipset

What did you do?
Steps to reproduce the behavior:

  1. install ortools via pip
  2. try also from downloaded wheel

What did you expect to see
Install the latest version (or any version)

What did you see instead?

$ pip3.8 install ortools                                                                                
ERROR: Could not find a version that satisfies the requirement ortools (from versions: none)
ERROR: No matching distribution found for ortools
$ pip3.8 install ~/Downloads/ortools-9.1.9552-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
ERROR: ortools-9.1.9552-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl is not a supported wheel on this platform.

Anything else we should know about your project / environment
$ pip3.8 -V
pip 21.3.1 from /Users/andreacassioli/.pyenv/versions/3.8.12/lib/python3.8/site-packages/pip (python 3.8)
$ python3.8 -V
Python 3.8.12
$ uname
Darwin

@Mizux Mizux self-assigned this Dec 10, 2021
@Mizux Mizux added Cross Compilation Cross compiling (e.g. aarch64) Feature Request Missing Feature/Wrapper OS: Mac MacOS labels Dec 10, 2021
@Mizux Mizux added this to the v9.3 milestone Dec 10, 2021
@Mizux
Copy link
Collaborator

Mizux commented Dec 10, 2021

Duplicate of #2722 and #2332

@Mizux Mizux closed this as completed Dec 10, 2021
@Mizux Mizux modified the milestones: v9.3, v9.2 Dec 10, 2021
@Mizux Mizux added the Lang: Python Python wrapper issue label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cross Compilation Cross compiling (e.g. aarch64) Feature Request Missing Feature/Wrapper Lang: Python Python wrapper issue OS: Mac MacOS
Projects
None yet
Development

No branches or pull requests

2 participants