Created
July 25, 2018 14:41
-
-
Save Bert-Proesmans/378fc50a551779dfd517342003e86fde to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running Interrupt test | |
Press Ctrl+C to exit | |
Connection TEST Finished | |
Traceback (most recent call last): | |
File "./main_py2.py", line 25, in <module> | |
crate_test() | |
File "/home/pi/project/niip_py2/crate_test.py", line 30, in do_test | |
ensure_provisioning() | |
File "/home/pi/project/niip_py2/crate_connect.py", line 27, in ensure_provisioning | |
MODEL_BASE.metadata.create_all(bind=DB_SESSION) | |
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/sql/schema.py", line 4002, in create_all | |
bind._run_visitor(ddl.SchemaGenerator, | |
AttributeError: 'Session' object has no attribute '_run_visitor' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment