HeliXonProtein / proximal-exploration

PyTorch implementation for our paper "Proximal Exploration for Model-guided Protein Sequence Design"
Apache License 2.0
35 stars 12 forks source link

ModuleNotFoundError: No module named 'tape' #2

Open biotech70 opened 2 years ago

biotech70 commented 2 years ago

during the execution of PEX, I got the below error. 3

Stilwell-Git commented 2 years ago

The tape module is supported by songlab-cal/tape. Please run the following command to install tape:

conda install -c conda-forge tape_proteins=0.5 -y

In addition, please check the full installation instruction in README.md for more details.

biotech70 commented 2 years ago

Despite installing the tape, the problem persists.