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 'htmd.molecule.voxeldescriptors' #22

Open
Code-Temp opened this issue Apr 7, 2023 · 1 comment
Open

No module named 'htmd.molecule.voxeldescriptors' #22

Code-Temp opened this issue Apr 7, 2023 · 1 comment

Comments

@Code-Temp
Copy link

Code-Temp commented Apr 7, 2023

Hi,
I encountered an error when running your code:

  Traceback (most recent call last):
    File "/data/zhangjunyi/DeeplyTough/deeplytough/scripts/toughm1_benchmark.py", line 6, in <module>
      from datasets import ToughM1
    File "/data/zhangjunyi/DeeplyTough/deeplytough/datasets/__init__.py", line 1, in <module>
      from .toughm1 import ToughM1
    File "/data/zhangjunyi/DeeplyTough/deeplytough/datasets/toughm1.py", line 16, in <module>
      from misc.utils import htmd_featurizer, voc_ap, RcsbPdbClusters, pdb_check_obsolete
    File "/data/zhangjunyi/DeeplyTough/deeplytough/misc/utils.py", line 10, in <module>
      import htmd.molecule.voxeldescriptors as htmdvox
  ModuleNotFoundError: No module named 'htmd.molecule.voxeldescriptors'

I have installed the htmd version '1.27.0', and I think this might be an issue with the htmd version. May I ask which version of htmd you are using?

@Code-Temp Code-Temp reopened this Apr 7, 2023
@JoshuaMeyers
Copy link
Collaborator

Hey, thanks for your interest in our code. The version needed is specified in the dockerfile provided:

rm -rf htmd-1.13.10;

I recommend you use the dockerfile, or the prebuilt image on dockerhub because these versions are now stale and tricky to build.

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

2 participants