Skip to content

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

Description

@Code-Temp

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions