-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
I installed the software according to the instructions on github, and I use conda to install it.
**conda create -n PXDesign python=3.11
pip install git+https://github.com/bytedance/Protenix.git@dev_design
pip install git+https://github.com/sokrypton/ColabDesign.git --no-deps
pip install "jax[cuda]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
pip install transformers==4.51.3
conda install cudnn=8.9.2.26
pip install chex dm-haiku dm-tree immutabledict optax nvidia-cudnn-cu12==8.9.2.26 numpy==1.26.3 natsort tabulate jmp toolz --no-deps**
But I encountered the following error when executing binder_eval_demo.sh.
How should I solve it, or any troubleshooting ideas?