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
I'm unfamiliar with python so I may be incorrectly trying to configure/run the script.
When running this command I receive this error:
root@cd363b188dea:/app# ./docs.py
import-im6.q16: unable to open X server `' @ error/import.c/ImportImageCommand/346.
./docs.py: line 2: from: command not found
./docs.py: line 4: from: command not found
./docs.py: line 5: from: command not found
./docs.py: line 6: from: command not found
./docs.py: line 7: from: command not found
./docs.py: line 8: from: command not found
./docs.py: line 9: from: command not found
./docs.py: line 11: syntax error near unexpected token `('
./docs.py: line 11: `def print_color(text, color):'
I'm in a docker context.
Note that I tried running it both with/without OPENAI_API_KEY with the same results. So the above shared snippet is without the key.
I'm unfamiliar with python so I may be incorrectly trying to configure/run the script.
When running this command I receive this error:
I'm in a docker context.
Note that I tried running it both with/without
OPENAI_API_KEY
with the same results. So the above shared snippet is without the key.Python 3.9.16 (main, Apr 12 2023, 14:54:44)
pip list:
The text was updated successfully, but these errors were encountered: