Skip to content
New issue

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

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

Already on GitHub? # to your account

mimic-iv/buildmimic/sqlite/README: mention sqlalchemy requirement #1361

Conversation

schu
Copy link
Contributor

@schu schu commented Aug 10, 2022

Without sqlalchemy installed, pandas throws the following error:

[...]
  File "/.../import.py", line 23, in <module>
    df.to_sql(tablename, CONNECTION_STRING)
[...]
  File "/.../python3.10/site-packages/pandas/io/sql.py", line 754, in pandasSQL_builder
    raise ImportError("Using URI string without sqlalchemy installed.")
ImportError: Using URI string without sqlalchemy installed.

Without sqlalchemy installed, pandas throws the following error:

```
[...]
  File "/.../import.py", line 23, in <module>
    df.to_sql(tablename, CONNECTION_STRING)
[...]
  File "/.../python3.10/site-packages/pandas/io/sql.py", line 754, in pandasSQL_builder
    raise ImportError("Using URI string without sqlalchemy installed.")
ImportError: Using URI string without sqlalchemy installed.
```
@alistairewj alistairewj merged commit 3d90244 into MIT-LCP:main Aug 12, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants