Layne-Huang / PMDM

74 stars 17 forks source link

ModuleNotFoundError: No module named 'utils.sample' #4

Closed MKCarter closed 2 months ago

MKCarter commented 3 months ago

Hi,

I have installed the code and setup the environment, but it appears that their is an issue with importing the utilities from sample.py into the other scripts:

When I run:

python sample_for_pdb.py -h
Traceback (most recent call last):
  File "/home/michaelcarter/DD_tools/PMDM/sample_for_pdb.py", line 20, in <module>
    from utils.sample import *
ModuleNotFoundError: No module named 'utils.sample

This error persists for all scripts... do you have a fix for this?

Layne-Huang commented 3 months ago

Thanks for your interest! I have uploaded the sample.py file. Please let me know if there is any further issue.