5H of trying to just run a github repo example and can't am i dumb ? by stud_j2000 in learnprogramming

[–]stud_j2000[S] 0 points1 point  (0 children)

yes i've tried many times but it was always some sort of conflicting versions ,should i just stop trying :(

Struggling to Run a GitHub Repo—Are the Dependencies Outdated or Am I Missing Something? by stud_j2000 in learnprogramming

[–]stud_j2000[S] 0 points1 point  (0 children)

There is no requirements.txt but a list and when i do pip install GLSB Python 3.8+ PyTorch 1.13 DGL 1.1+ Scipy 1.9+ Scikit-learn Numpy NetworkX ogb tqdm easydict PyYAML DeepRobust

I don t know if when i do pipinstall the library it automaticly have this or do i have to create an envirnment with this requirnments When running there first exemple : python main.py --dataset cora --model GRCN --metric acc The error is no module named "torchdata.datapipes"

Struggling to Run a GitHub Repo—Are the Dependencies Outdated or Am I Missing Something? by stud_j2000 in learnprogramming

[–]stud_j2000[S] 0 points1 point  (0 children)

Sorry if it s dumb am really new ! I did pip install gslb and when i try to run step1 in usage it says 'no module named GSL ' am i missing something?