Replies: 1 comment 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.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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