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
ChatGPT refuses to install a package, but then a few days ago, it would work if I asked chatGPT to run the command (and I can also do it on the terminal)
Just a note here for future readers, that this refers to installing packages on-demand. If it's just about having more packages, the readme shows how to build a custom docker image for that.
ChatGPT refuses to install a package, but then a few days ago, it would work if I asked chatGPT to run the command (and I can also do it on the terminal)
Error:
Traceback (most recent call last):
File /tmp/tmp85zlufnx.py:1
import duckdb
ModuleNotFoundError: No module named 'duckdb'
Now the first 2 lines work, but the last line still doesn't work. What is the best way to install packages?
The text was updated successfully, but these errors were encountered: