Can one use sqlite3 in metaflow (in AWS)? I just r...
# ask-metaflow
h
Can one use sqlite3 in metaflow (in AWS)? I just ran: conda search -c https://conda.anaconda.org/conda-forge/linux-64 sqlite3 and it could not be found hence I think I cannot do:
@conda_base(
libraries={
"pandas": "1.5.0",
"pyarrow": ">=10.0.1,<10.1.0",
"sqllite3": "????"
},
python="3.10.6",
)
Apologies about my ignorance.
s
would this package work?
h
thanks. guess not the same as?: https://docs.python.org/3/library/sqlite3.html ?
s
not the same - you can also consider https://anaconda.org/anaconda/sqlite but this may have licensing implications