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 am really very new to programming, forgive me if this is a stupid question but,
When I try to run app.py I receive below error:
Traceback (most recent call last):
File "/content/translation-agent/app/app.py", line 6, in
from process import (
File "/content/translation-agent/app/process.py", line 8, in
from patch import (
File "/content/translation-agent/app/patch.py", line 9, in
import translation_agent.utils as utils
ModuleNotFoundError: No module named 'translation_agent'
The text was updated successfully, but these errors were encountered:
python app/app.py
Traceback (most recent call last):
File "/translation-agent-main/app/app.py", line 6, in
from process import (
File "/translation-agent-main/app/process.py", line 8, in
from patch import (
File "/translation-agent-main/app/patch.py", line 37
match endpoint:
^
SyntaxError: invalid syntax
Prthm17
changed the title
No module named 'translation_agent'
No module named 'translation_agent' help wanted
Nov 18, 2024
I am really very new to programming, forgive me if this is a stupid question but,
When I try to run app.py I receive below error:
Traceback (most recent call last):
File "/content/translation-agent/app/app.py", line 6, in
from process import (
File "/content/translation-agent/app/process.py", line 8, in
from patch import (
File "/content/translation-agent/app/patch.py", line 9, in
import translation_agent.utils as utils
ModuleNotFoundError: No module named 'translation_agent'
The text was updated successfully, but these errors were encountered: