Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python version not compatible with matlabengine #18

Open
timon-meier opened this issue Jan 19, 2024 · 1 comment
Open

Python version not compatible with matlabengine #18

timon-meier opened this issue Jan 19, 2024 · 1 comment

Comments

@timon-meier
Copy link

timon-meier commented Jan 19, 2024

Hello,
It appears that you are utilizing Python version 3.7.7 as specified in [environment.yml], which seems to be no longer compatible with the Matlab Engine of newer versions. As a result, optimization using Matlab scripts (e.g. the simulation example) is not possible.

@yunshengtian
Copy link
Owner

Thank you @timon-meier . Yes this project was developed a while ago, but this also works with higher versions of python (I tried 3.8 at least).

Though there is a small detail needs to be taken care of - one of our dependencies pygco is sensitive to the python version and if the codebase does not work with higher versions of python on your end, try to comment out "ParetoDiscovery" related imports (see mobo/solver/pareto_discovery)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants