mbsolve icon indicating copy to clipboard operation
mbsolve copied to clipboard

Please update the version of mbsolve on conda

Open haohe0417 opened this issue 2 years ago • 0 comments

It seems that the version of mbsolve installed through conda is different from the version released on github page.

I installed mbsolve via conda: conda install -c conda-forge mbsolve and runs the python example script ziolkowski1995.py. But it ended up with an attributeerror: AttributeError: module 'mbsolve.lib' has no attribute 'ic_field_const'.

When I looked into the file mbsolve/mbsolve-lib/include/mbsolve/lib/scenario.hpp on the github page, the class ic_field_const is defined. However, as I look into the scenario.hpp file on my macbook, I didn't find the definition of ic_field_const. Additionally, I found the scenario.hpp file on my macbook has 224 lines while the version on the github page has 338 lines. So I am guessing the version installed via conda was not updated after you updated the github version.

Is it possible to install the latest version through conda? or do I have to build mbsolve from source to make it run properly?

haohe0417 avatar Jan 12 '23 02:01 haohe0417