bytedance / bytedance/PXDesignBench
json.decoder.JSONDecodeError
- Dominant language
- Python
- Stars
- 140
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
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?
Contributor guide
Research direction
Start by rerunning binder_eval_demo.sh in the documented conda environment and capture the full traceback around json.decoder.JSONDecodeError. Compare the failing input or configuration with the repository's binder evaluation instructions; done means the demo completes without the JSON decoding error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100