Cannot import name ARRAY (sqlalchemy)
Closed this issue · 5 comments
simnh commented
Hi, running hv_grid.py from ego.powerflow exampels I get the following error:
from sqlalchemy.dialects.postgresql.base import ARRAY
ImportError: cannot import name 'ARRAY'
I can import ARRAY though from sqlalchemy.dialects.postgresql
Using sqlalchemy 1.1.4
Anyone similar problems?
simnh commented
Solving this (just by another import) I know have the error 'ResBus' as well #9 . I merge the dev
branch into features/clustering. (inside the ego.powerflow repository) Was that not a good idea, or should I take the master?
ulfmueller commented
gplssm commented
I'm interested in solving this issue without working around it.
I can't find any import like
from sqlalchemy.dialects.postgresql.base import ARRAY
Neither in ego.io nor ego.powerflow. We changed the all to SQLAlchemy >=1.0.15 compatible statement. Which version of ego.* are you using?