rl-institut / multi-vector-simulator

Multi-vector Simulation Tool assessing and optimizing Local Energy Systems (LES) for the E-LAND project
GNU General Public License v2.0
21 stars 10 forks source link

pypi installs incompatible oemof version #963

Closed drmattimoli closed 1 year ago

drmattimoli commented 1 year ago

Hi all, while developing my own code based on oemof I started looking into MVS. However, using pip, the latest oemof version (v0.5.0) is installed which is not compatible with MVS anymore due to a complete overhaul in class hierarchy / naming conventions (e.g. solph.Transformer is now solph.components.Transformer). Hope this is helpful, Cheers

Bachibouzouk commented 1 year ago

Hello @drmattimoli, thank you for taking the time to provide feedback. Yes MVS is currently only compatible with version 0.4.4, we are working on upgrading it, meanwhile you can downgrade the local oemof version pip install oemof.solph==0.4.4

drmattimoli commented 1 year ago

Thanks, just wanted to let you guys know in case you want to update the pip package and are unaware of the issue!