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

[Bug]: ModuleNotFoundError("No module named 'graph'") #1816

Closed
1 task done
rhudock opened this issue Aug 5, 2024 · 4 comments
Closed
1 task done

[Bug]: ModuleNotFoundError("No module named 'graph'") #1816

rhudock opened this issue Aug 5, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@rhudock
Copy link

rhudock commented Aug 5, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

main

Commit ID

5650442

Other environment information

No response

Actual behavior

I get this error when trying to run a graph workflow: ModuleNotFoundError("No module named 'graph'")

Expected behavior

Not get a Module Not Found.

Steps to reproduce

Run a graph workflow

Additional information

No response

@rhudock rhudock added the bug Something isn't working label Aug 5, 2024
@KevinHuSh
Copy link
Collaborator

Pull the latest version of docker image which is of dev version.

@rhudock
Copy link
Author

rhudock commented Aug 6, 2024

I pulled: docker pull infiniflow/ragflow:dev
however, I still encounter the same issue.

@bingyunsky
Copy link

The latest version of docker image of dev version error。
File "/ragflow/agent/component/init.py", line 23, in component_class
m = importlib.import_module("graph.component")
No module named 'graph'

@Ishiki-Iroha
Copy link

Have you tried building from source?

KevinHuSh added a commit to KevinHuSh/ragflow that referenced this issue Aug 6, 2024
@KevinHuSh KevinHuSh mentioned this issue Aug 6, 2024
1 task
Halfknow pushed a commit to Halfknow/ragflow that referenced this issue Nov 11, 2024
### What problem does this PR solve?

infiniflow#1816
### Type of change

- [x] Bug Fix (non-breaking change which fixes an 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

4 participants