Unable to install: error when "parlapi createdb"
Hi,
When running parlapi createdb
, I get the following error:
File "/home/dguillot/code/parlapi/ve/local/lib/python2.7/site-packages/graphene_sqlalchemy/converter.py", line 88, in convert_sqlalchemy_type "Don't know how to convert the SQLAlchemy field %s (%s)" % (column, column.class)) Exception: Don't know how to convert the SQLAlchemy field actes.search_vector (<class 'sqlalchemy.sql.schema.Column'>)
Is this a know issue? Or do you think there is something I should do to make things work properly between sqlalchemy and graphql? Maybe upgrading something?
I'm on Ubuntu 16.10 (Python 2.7.12, PostgreSQL 9.5, I don't know what else to say, so please ask me to provide any information you might consider useful).
Thanks