jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
515 stars 150 forks source link

ModuleNotFoundError (jmetal.util.comparator) #65

Closed AshutoshMishraNITIE closed 4 years ago

AshutoshMishraNITIE commented 4 years ago

Besides having .py file of comparator in util folder . Error of No module named jmetal.util.comparator comes up. how to remove it?

benhid commented 4 years ago

Hello,

Latest changes on the repository where not published to pypi, which may be the cause of your problem (did you installed jMetalPy with pip install jmetalpy?).

I have released a new version (v1.5.3) of the framework, try reinstalling (should be working now).

Thank you!