DiffDock icon indicating copy to clipboard operation
DiffDock copied to clipboard

ModuleNotFoundError: No module named 'scripts.utils'

Open Shreyas-Bhat opened this issue 1 year ago • 5 comments

Hi all, I am facing this error when trying to run this line of the installation process - pip install 'openfold @ git+https://github.com/aqlaboratory/openfold.git@4b41059694619831a7db195b7e0988fc4ff3a307' Could you please help me out here if you have successfully completed this step?

 │ exit code: 1
 ╰─> [6 lines of output]
     Traceback (most recent call last):
       File "<string>", line 2, in <module>
       File "<pip-setuptools-caller>", line 34, in <module>
       File "/tmp/pip-install-_c5kp1xc/openfold_6481422afc0840fe989b4c59dd688ac7/setup.py", line 21, in <module>
         from scripts.utils import get_nvidia_cc
     ModuleNotFoundError: No module named 'scripts.utils'
     [end of output]
     ```

Shreyas-Bhat avatar Apr 24 '23 04:04 Shreyas-Bhat

Same problem; have not found a solution yet. There is a pip package scripts but it does not have .utils

dan9thsense avatar May 02 '23 07:05 dan9thsense

Hi @gcorso , could you please help us out regarding this issue?

Shreyas-Bhat avatar May 02 '23 07:05 Shreyas-Bhat

Looking at the source code, scripts.utils is here and does have a method get_vidia_cc The problem must be with the specific pip install version-- I'll look into it later today.

dan9thsense avatar May 02 '23 16:05 dan9thsense

@Shreyas-Bhat @dan9thsense any updates on this issue? I'm facing the same issue.

evancollins1 avatar Jun 20 '23 00:06 evancollins1

Hi all, apologies for the delay, those lines were copied from the ESM installation commands, you can find here some suggestions on how to try to solve the issue. I hope this helps!

gcorso avatar Jul 03 '23 06:07 gcorso