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

ModuleNotFoundError: No module named 'util' #1

Open
user50lab opened this issue Mar 25, 2024 · 3 comments
Open

ModuleNotFoundError: No module named 'util' #1

user50lab opened this issue Mar 25, 2024 · 3 comments

Comments

@user50lab
Copy link

I encountered the following problem:

  File "/home/user/code/multihop-offload/src/offloading_v3.py", line 26, in <module>
    from util import *
ModuleNotFoundError: No module named 'util'

I would like to know if the relevant code for util will be provided?

@zhongyuanzhao
Copy link
Owner

Hi, the missing module is uploaded. Thanks for pointing out that! Let me know if any additional issues persist.

@sajib1987
Copy link

File "C:\Users\PycharmProjects\pythonProject\1. multihop-offload-main\gnn_offloading_agent.py", line 37, in
from graph_util import *
ModuleNotFoundError: No module named 'graph_util'

I would like to get if you kindly provide the relevant code/graph_util.py file!

@zhongyuanzhao
Copy link
Owner

That module is not used in the code, you can safely comment out this line (line 37)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants