Skip to content

ModuleNotFoundError: No module named 'proq4.parse_alignments' #1

@johnnytam100

Description

@johnnytam100

Hi @MMichel ! I am trying to import proq4 but failed:

(proq4) cltam@juno:/data/cltam/test/test_ProQ4/ProQ4$ python                                      Python 3.8.13 (default, Mar 28 2022, 11:38:47)
[GCC 7.5.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import proq4
2022-07-14 14:40:26.122190: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
2022-07-14 14:40:26.122239: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/data/cltam/test/test_ProQ4/ProQ4/proq4/__init__.py", line 3, in <module>
    from .parse_alignments import process_aln, process_a3m, process_fasta
ModuleNotFoundError: No module named 'proq4.parse_alignments'

Do you know how to solve this error?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions