Skip to content

Not sure how to call the pypi package #96

@lukaas33

Description

@lukaas33

Hi,
In the README it mentions that proteingym is available as a pypi package.
I can install it using pip, but I am not sure how to use this package to run benchmarks.

When I try to call it as a module or import it I get:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/20233342/.conda/envs/toxinpred3/lib/python3.8/site-packages/proteingym/__init__.py", line 1, in <module>
    from proteingym import utils
ImportError: cannot import name 'utils' from partially initialized module 'proteingym' (most likely due to a circular import) (/home/20233342/.conda/envs/toxinpred3/lib/python3.8/site-packages/proteingym/__init__.py)

Am I doing something wrong? The readme seems to suggest that I need to clone the repository? But then what is the package for?
Could you provide some information on installation?

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