-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Install issue with "make python" #3493
Comments
Do you have more details ? Are you on Apple M1 ? does your python interpreter is using rosetta2 ? |
there should be an error in the ... you cut |
Sry, I tried again and the console gives no more detail error information. The whole process done is as follow:
|
note: you can try to rerun compile in monothread using cmake --build build_make --config Release --target python_package -v ref: or-tools/makefiles/Makefile.python.mk Lines 52 to 54 in 49fbfe5
|
Regrouped into #3558 Please follow up there |
Rerun compile in terminal using
Error information is as follows:
|
you must install e.g. on linux: # Check if already installed
python3 -m pip show mypy-protobuf
# install it in user space
python3 -m pip install --user mypy-protobuf
# Check protoc-gen-mypy is in my PATH
command -v protoc-gen-mypy note: For windows you can look at our release script (I've installed python 3.11 in or-tools/tools/release/build_delivery_win.cmd Lines 273 to 280 in 4b32efe
|
What version of OR-Tools and what language are you using?
Version: v9.4
Language: Python
Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)
What operating system (Linux, Windows, ...) and version?
macOS Big Sur 11.6.5
cmake version 3.22.3
What did you do?
Installing OR-Tools Python from Source on MacOS
Besides, I have installed or-tools java from sources use the same machine.
The text was updated successfully, but these errors were encountered: