Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'translation_agent' help wanted #46

Open
Prthm17 opened this issue Nov 17, 2024 · 2 comments
Open

No module named 'translation_agent' help wanted #46

Prthm17 opened this issue Nov 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Prthm17
Copy link

Prthm17 commented Nov 17, 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'

@Prthm17 Prthm17 added the bug Something isn't working label Nov 17, 2024
@wq163
Copy link

wq163 commented Nov 18, 2024

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 Prthm17 changed the title No module named 'translation_agent' No module named 'translation_agent' help wanted Nov 18, 2024
@Chuhao95
Copy link

Chuhao95 commented Dec 4, 2024

Also have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants