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
When running python main.py --targetlang nodejs I go this errror
Traceback (most recent call last): File "/Users/mac/Desktop/dev/abel/gpt-migrate/gpt_migrate/main.py", line 7, in <module> from ai import AI File "/Users/mac/Desktop/dev/abel/gpt-migrate/gpt_migrate/ai.py", line 6, in <module> from litellm import completion File "/Users/mac/Desktop/dev/abel/gpt-migrate/gpt_migrate/env/lib/python3.11/site-packages/litellm/__init__.py", line 28, in <module> from .timeout import timeout File "/Users/mac/Desktop/dev/abel/gpt-migrate/gpt_migrate/env/lib/python3.11/site-packages/litellm/timeout.py", line 11, in <module> from openai.error import TimeoutModuleNotFoundError: No module named 'openai.error'
The text was updated successfully, but these errors were encountered:
AbelBlossom
changed the title
Openai error when on start
Openai error "ModuleNotFoundError: No module named 'openai.error'"
Dec 3, 2023
When running
python main.py --targetlang nodejs
I go this errrorThe text was updated successfully, but these errors were encountered: