-
Notifications
You must be signed in to change notification settings - Fork 69
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
How to locate the directory of COIN-OR or COINMP in macOS? KeyError: 'COIN_INSTALL_DIR'
#52
Comments
I have the same error on ubuntu 16.04 |
The answers are different for homebrew and Linux. For homebrew, the exact location depends on your version of homebrew and the version of
Then the common prefix is the right value of the environment variable. On my machine, it's
On linux, if |
@tkralphs thank you, I think I resolved the COIN_INSTALL_DIR problem but getting now odd I moved the new issue here, #54, and I think the issue 52 is now resolved at least for macOS.
|
KeyError: 'COIN_INSTALL_DIR'
KeyError: 'COIN_INSTALL_DIR'
I have installed COINMP through brew's homebrew/science tap such that
$ brew tap homebrew/science; brew install coinmp
and now I am trying to install CYLP in order to use it with CVXPY
$ easy_install cylp
but
Exception: Please set the environment variable COIN_INSTALL_DIR to the location of the COIN installation
so where is this directory located and how to specify it? Does there exist some settings file for setting up the envvar? .profile?
The text was updated successfully, but these errors were encountered: