Pymoo module not found even though complete package has been installed

74 views Asked by At

Trying to run a NSGA2 optimization problem, but this error keeps popping up: ModuleNotFoundError: No module named 'pymoo.model'

I have already downloaded pymoo in the terminal and updated it to the latest version Only trying to import model is not working...pymoo.algorithim and others are found.

Tried to fix it by reinstalling pymoo

0

There are 0 answers