Skip to content
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

Segmentation fault when running generate_ligands.py #23

Open
RobinPoelmans opened this issue May 4, 2023 · 0 comments
Open

Segmentation fault when running generate_ligands.py #23

RobinPoelmans opened this issue May 4, 2023 · 0 comments

Comments

@RobinPoelmans
Copy link

Hi,

When I try to run generate_ligands.py, I get the following error:

Segmentation fault (core dumped)

I am running on an NVIDIA RTX A4500 GPU, with 20470MiB VRAM, and I created my conda environment in the following way:

conda create -n diffSBDD_env
conda activate diffSBDD_env
conda install cudatoolkit=10.2
conda install pytorch-gpu -c pytorch
conda install -c conda-forge pytorch-lightning
conda install -c conda-forge wandb
conda install -c conda-forge rdkit
conda install -c conda-forge imageio
conda install -c pyg pytorch-scatter
conda install -c conda-forge openbabel
pip install networkx
pip install Bio
pip install torchvision torchaudio

Thanks in advance for helping me solve this issue!

Kind regards,
Robin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant