-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Common issues with installing BindCraft - please add to Readme #123
Comments
I think I figured out that issue... having to edit the json file to point to the correct paths. Now when I run I get the following output after the GPUs: ┌──────────────────────────────────────────────────────────────────────────────┐ |
Was able to solve this problem with issue #76 . Had to edit the af_params_dir in default_4stage_multimer.json to point to the params. I think it is working now. Got this error but it seems to be proceeding:
It output the following: Then I got this error:
|
A few hours later... and found from #28 pip uninstall colabdesign pip install git+https://github.com/sokrypton/ColabDesign fixes TypeError: mk_mpnn_model.init() got an unexpected keyword argument 'weights' I think it is working now... Changed the input file to 5 sequences...
Adding extra installation commands for my records: pip for everything except ffmpeg (use conda) numpy==1.26.4 Jax: Pyrosetta: |
I was unable to install with the included install script. It seemed to try to solve forever. I am using CUDA 12.7.
I tried running the test command
python -u ./bindcraft.py --settings './settings_target/PDL1.json' --filters './settings_filters/default_filters.json' --advanced './settings_advanced/default_4stage_multimer.json'
and installing everything that said was missing.This is the output after installing everything I could and then running the test command:
Available GPUs:
NVIDIA GeForce RTX 40901: gpu
[....]
Traceback (most recent call last):
File "/home/user/Documents/BindCraft/./bindcraft.py", line 41, in
design_paths = generate_directories(target_settings["design_path"])
File "/home/user/Documents/BindCraft/functions/generic_utils.py", line 50, in generate_directories
os.makedirs(path, exist_ok=True)
File "/home/user/anaconda3/envs/BindCraft/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/home/user/anaconda3/envs/BindCraft/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
File "/home/user/anaconda3/envs/BindCraft/lib/python3.10/os.py", line 215, in makedirs
makedirs(head, exist_ok=exist_ok)
[Previous line repeated 2 more times]
File "/home/user/anaconda3/envs/BindCraft/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/content'
The text was updated successfully, but these errors were encountered: