Replies: 2 comments 8 replies
-
|
Something you missed mentioning is that you're using python through jupyter or ipython. Your user probably has no right to execute CBC or write the log files or something. Try changing the location of the log files: |
Beta Was this translation helpful? Give feedback.
-
|
Hitting the same error via snakemake on macOS ARM, or the Python example given. In my case running ❯ cbc
dyld[3804]: Library not loaded: @rpath/libgfortran.5.dylib
Referenced from: <0B9C315B-A1DD-3527-88DB-4B90531D343F> /Users/peterjc/miniforge3/envs/pyani-plus_py312/lib/libopenblas.0.dylib
Reason: tried: '/Users/peterjc/miniforge3/envs/pyani-plus_py312/lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Users/peterjc/miniforge3/envs/pyani-plus_py312/lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Users/peterjc/miniforge3/envs/pyani-plus_py312/lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Users/peterjc/miniforge3/envs/pyani-plus_py312/lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Users/peterjc/miniforge3/envs/pyani-plus_py312/lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Users/peterjc/miniforge3/envs/pyani-plus_py312/bin/../lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/Users/peterjc/miniforge3/envs/pyani-plus_py312/bin/../lib/libgfortran.5.dylib' (duplicate LC_RPATH '@loader_path'), '/usr/local/lib/libgfortran.5.dylib' (no such file), '/usr/lib/libgfortran.5.dylib' (no such file, not in dyld cache)
zsh: abort cbcNote the error message is missing some white space between "details" and "cbc" (the binary name). |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I am new to pulp, and I am trying to solve the following program using pulp:
but I get the following errors:
The error message is general and does not provide information on what actually broke. But when I try
model.solve(PULP_CBC_CMD(msg=1)), it produces:Software:
Pulp 2.3.1(installed via conda, there is one error message I encountered when installing:
Verifying transaction: | WARNING conda.core.path_actions:verify(962): Unable to create environments file. Path not writable.I am not sure if this is related to the problem)Python 3.8.3
MacOS 11.1
Beta Was this translation helpful? Give feedback.
All reactions