Using PostgreSQL with SQLAlchemy

mc853275mc853275 Posts: 1

SQLAlchemy is listed as one of the available libraries in the documentation. However, none of the drivers are listed. I have pscyopg2 installed on my local machine and would like to use it as the driver. When I attempt to use SQLAlchemy, naturally it returns an error that psycopg2 isn't installed and thus I'm unable to create an engine via SQLAlchemy for PostgreSQL.

How can this be resolved? Can psychopg2 be added as a library?

Thanks

Answers

  • ptunneyptunney Posts: 246

    What are you trying to do exactly, you will not be able to access a database on your local machine from a CloudQuant backtest.
    Feel free to give me more details privately if you prefer at feedback@cloudquant.com

Sign In or Register to comment.