-
Notifications
You must be signed in to change notification settings - Fork 16
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
Package conflict #3
Comments
Hi. Thanks for interest in this project. The version specifications can be found in requirements.txt. |
Hi, |
Hello @anilakash Could you please let me know your solution? |
Hi @JuliaGast |
Hi @anilakash May I get the version list of your packages? |
Hi @Cranooooooo, Thanks for the query. Could you please confirm the specific package. On the other hand, you can try to install other packages as suggested in the original repository and install torchdrug from here https://github.com/anilakash/torchdrug . This works for me. Good luck. |
Hi @anilakash , words don't allow me to thank you enough for your help with your fork.
|
Hi Adri,
Many thanks for kind words. Happy to contribute.
…On Mon, Nov 4, 2024 at 2:18 PM Adri ***@***.***> wrote:
Hi @anilakash <https://github.com/anilakash> , words don't allow me to
thank you enough for your help with your fork.
For whomever struggling with something similar (in CUDA12.4, Pytorch 2.40)
find here a short bash script that worked for me:
conda create -n astar python==3.10 -y
conda activate astar; conda clean -a -y; pip cache purge
pip install numpy==1.26.4
pip install torch==2.4.0 torchvision==0.19.0 torchaudio==2.4.0 --index-url https://download.pytorch.org/whl/cu124
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-2.4.0+cu124.html
pip install torch-cluster -f https://data.pyg.org/whl/torch-2.4.0+cu124.html
pip install pyg-lib -f https://data.pyg.org/whl/torch-2.4.0+cu124.html
echo "Now go and thank this brother ***@***.***:anilakash/torchdrug.git"
git clone ***@***.***:anilakash/torchdrug.git
cd torchdrug
pip install -r requirements.txt
python setup.py install
cd ..; rm -rf ./torchdrug
pip install ogb
pip install easydict
pip install PyYAML
pip install easydict
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC7HDFWAQSP7NUJNMMEZQL3Z6564ZAVCNFSM6AAAAABRELR4TSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJUHAZTQNRXGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Thanks & Regards,
Akash Anil, Ph.D.
Research Associate,
Computer Science and Informatics
Cardiff University, Wales, UK <https://sites.google.com/site/akashanil2601/>
-----------------------------------------------------------------------------------------------------------------------------------------------
“You don’t have to be great to start, but you have to start to be great.” –
Zig Ziglar
----------------------------------------------------------------------------------------------------------------------------------
--------------
|
Hi,
Thanks for sharing the code for A*NET. While installing packages like torchdrug it is resulting in different types of errors. There is a conflict for the packages. Could you please specify the version for each of these packages.
Thanks
The text was updated successfully, but these errors were encountered: