Closed Rmadeye closed 11 months ago
not sure if this is the ~best~ answer to your question (I only started coding a few months ago), but I looked at their .toml and .lock files for all the packages required, I found it best to make a venv or conda env with python =3.7. Then you can do
wget https://files.pythonhosted.org/packages/71/c4/ce24841375cf4393787dbf9a645e271c19a03d2d9a0e5770b08ba76bcfde/dgl-0.6.1-cp37-cp37m-manylinux1_x86_64.whl
then
pip install dgl-0.6.1-cp37-cp37m-manylinux1_x86_64.whl
to get the specific dgl you are looking for! There may be some other dependencies that come up that you have to specifically install prior to pip install git+https://github.com/labstructbioinf/rossmann-toolbox.git , but I hope that helps :-)
Installing from pip:
When dgl changed to 1.1.2, installing fails at bliss: