-
I was trying to generate the documentation for HERON, and the conda environment had trouble resolving the pyomo dependency. Steps taken:
I have never really used conda, I've always been a pip guy, so it probably comes from my misunderstanding of what conda does, or my misunderstanding (for now) of the HERON-RAVEN communication. What did I do wrong here, and how could I have had less issues installing the correct environment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you try the following commands and see if this fixes your error?
Typically you have to install the HERON plugin first and then setup the conda env. This will install packages like 'pyomo' and should fix that error. |
Beta Was this translation helpful? Give feedback.
Can you try the following commands and see if this fixes your error?
Typically you have to install the HERON plugin first and then setup the conda env. This will install packages like 'pyomo' and should fix that error.