Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boolean value TypeError in start_example.sh script #112

Open
pgasawa opened this issue Feb 14, 2023 · 0 comments
Open

Boolean value TypeError in start_example.sh script #112

pgasawa opened this issue Feb 14, 2023 · 0 comments

Comments

@pgasawa
Copy link

pgasawa commented Feb 14, 2023

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?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant