Ryan L. Murphy

Results 5 comments of Ryan L. Murphy

It would also be helpful to be able to pop out the preview pane for multi-monitor workflows.

I also encountered installation issues and wrote a blog post on the steps that eventually let me install. https://rmurphy2718.github.io//posts/2021/08/torch-drug-install/ I used conda, but mostly pip calls from within my conda...

I tried both suggestions and neither worked. (I got a similar error). I also tried building from source, following the instructions: ``` conda install -c conda-forge rdkit git clone https://github.com/DeepGraphLearning/torchdrug...

I thought that maybe using LTS PyTorch would help, so I tried ``` conda create -n torchdrug9 python=3.8 conda activate torchdrug9 conda install numpy conda install pytorch torchvision torchaudio cpuonly...

I finally got an installation that works. I think the key points were to be careful to use the supported version of PyTorch, install the correct torch-scatter for that PyTorch...