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?
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:
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?