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
Encountered an error with python3 -m pip install -r requirements.txt and had to both update pip and brew install postgresql. Rerunning after updating pip and installing postrgesql worked! Had I not encountered this error, definitely would have been up and running in 1 min 🙂
Forgot to run source venv/bin/activate after installing requirements, so it was defaulting to my local snowflake adapter instead of the duckdb one. Don't be like me and read the instructions carefully!
Everything else ran super super smoothly! This is such a wildly fantastic idea and I can't wait to see it in use.
The text was updated successfully, but these errors were encountered:
I ran into the same issue as Kira with the python3 -m pip install -r requirements.txt but other than that it was super smooth and easy. I clocked in at 8 mins 50 seconds but a good chunk of that was just hunting for this slack thread. Really cool stuff Sung!
Notes from working through this:
The text was updated successfully, but these errors were encountered: