OpenModelica / OMSens

OpenModelica sensitivity analysis and optimization module.
12 stars 20 forks source link

Added a setup script to make the OMSens installation easier #5

Closed adeas31 closed 4 years ago

adeas31 commented 4 years ago

You can't install it for python 2 as the setup script has python_requires='>=3.0'

Can you post the setup script output and explain what exactly is the error when you run stuff (might need to look manually at python log file OR update the plugin code to https://github.com/OpenModelica/OMSens_Qt/pull/18 so that OMEdit can report the error).

JKRT commented 4 years ago

You can't install it for python 2 as the setup script has python_requires='>=3.0'

Can you post the setup script output and explain what exactly is the error when you run stuff (might need to look manually at python log file OR update the plugin code to OpenModelica/OMSens_Qt#18 so that OMEdit can report the error).

Thanks. Will try again and update the plugin!

JKRT commented 4 years ago

You can't install it for python 2 as the setup script has python_requires='>=3.0' Can you post the setup script output and explain what exactly is the error when you run stuff (might need to look manually at python log file OR update the plugin code to OpenModelica/OMSens_Qt#18 so that OMEdit can report the error).

Thanks. Will try again and update the plugin! We also need 'numpy', 'Cython', 'pgen'