ortools not found due to Clp not found, Apple M1 Pro #6623
Unanswered
CooperDeng
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Why do you have HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK set ?
When I unstall or-tools it lists and uninstalls all it's dependencies that are not used by other formulae.
|
Beta Was this translation helpful? Give feedback.
5 replies
-
I tried uninstalling osi and clp manually and it seems that brew install is then working as intended:
Yet it seems that I still cannot build OR properly:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Was running through the dependency installer and received no errors:
Have also updated my path:
Note: some of the lines were added in the process of trying to figure out the issue I have faced when running etc/Build.sh:
It has specifically indicated that TCL library, header, readlin library and readline headers are not found, I firstly thought this might be an issue of not installing the right version of it, but I have just confirmed that I am indeed on version 8.6.12:
Kind of out of ideas on what to do and couldn't seem to find the same problem from other discussion posts, is there anything that I should do? Thanks a lot!
EDIT:
Also tried sourcing zshrc, still producing the same error.
I am also on the latest commit:
Beta Was this translation helpful? Give feedback.
All reactions