Cannot import name 'Real' from platypus
A-Spangler opened this issue · 1 comments
A-Spangler commented
Hello,
I am running python v 3.11, Rhodium v 1.2.0, and platypus v 1.1.0. I have installed platypus with platypus-opt.
In the rhodium DPS example, from rhodium import *
returns a traceback to from .model import *
and ImportError: cannot import name Real from platypus
.
Do you have any suggestions for this error? I am wondering if I should modify the .model file to by changing from platypus import Real
to from platypus.types import Real
.
Thanks so much.
A-Spangler commented
Closing as I could not reproduce error.