You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up a docker container and conda virtual environment (3.6) with the packages as versioned in requirements.txt, I've been attempting to run the start_example.sh script, though am running into the attached error when the script tries to execute this query: SELECT t1._tid_ FROM "hospital" as t1 WHERE t1."Sex"='female' AND t1."Relationship"='husband' .
Changing versions did also not resolve the issue but executing the query directly against the postgres backend (in the docker container) did not result in an error.
Any insights on the issue or how to resolve?
The text was updated successfully, but these errors were encountered:
After setting up a docker container and conda virtual environment (3.6) with the packages as versioned in requirements.txt, I've been attempting to run the start_example.sh script, though am running into the attached error when the script tries to execute this query:
SELECT t1._tid_ FROM "hospital" as t1 WHERE t1."Sex"='female' AND t1."Relationship"='husband'
.Changing versions did also not resolve the issue but executing the query directly against the postgres backend (in the docker container) did not result in an error.
Any insights on the issue or how to resolve?
The text was updated successfully, but these errors were encountered: