HKUDS / GraphGPT

[SIGIR'2024] "GraphGPT: Graph Instruction Tuning for Large Language Models"
https://arxiv.org/abs/2310.13023
Apache License 2.0
576 stars 53 forks source link

The user requested protobuf==3.20.0 icetk 0.0.7 depends on protobuf<3.19 #9

Closed kunupup closed 11 months ago

kunupup commented 11 months ago

environment error

tjb-tech commented 11 months ago

Please just install protobuf==3.20.0 and ignore the icetk 0.0.7. Feel free to ask us if you still have some error!

tjb-tech commented 11 months ago

Sorry to hear that and just feel free to post your problems in the issue. We will try our best to deal with it.

kunupup commented 11 months ago

ERROR: No matching distribution found for pyg-lib==0.2.0

kunupup commented 11 months ago

can i ignore pyg-lib?

tjb-tech commented 11 months ago

If you use our code in Linux, it seems that pyg-lib is required. Specifically, you can use the following scripts to install pyg and pyg-relevant packages:

pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-1.13.0+cu117.html
kunupup commented 11 months ago

ERROR: No matching distribution found for PyGObject==3.26.1 ERROR: No matching distribution found for python-apt==1.6.5+ubuntu0.7 ERROR: No matching distribution found for unattended-upgrades==0.1

tjb-tech commented 11 months ago

ERROR: No matching distribution found for PyGObject==3.26.1 ERROR: No matching distribution found for python-apt==1.6.5+ubuntu0.7 ERROR: No matching distribution found for unattended-upgrades==0.1

Maybe you could ignore this packages and directly run the model.

kunupup commented 11 months ago

ERROR: Cannot install -r requirements.txt (line 148), -r requirements.txt (line 171), -r requirements.txt (line 173) and protobuf==3.20.0 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested protobuf==3.20.0 ray 2.6.1 depends on protobuf!=3.19.5 and >=3.15.3 tensorboard 2.13.0 depends on protobuf>=3.19.6 But there are too many errors, how do i should do, thanks for your patience

tjb-tech commented 11 months ago

ERROR: Cannot install -r requirements.txt (line 148), -r requirements.txt (line 171), -r requirements.txt (line 173) and protobuf==3.20.0 because these package versions have conflicting dependencies.

The conflict is caused by: The user requested protobuf==3.20.0 ray 2.6.1 depends on protobuf!=3.19.5 and >=3.15.3 tensorboard 2.13.0 depends on protobuf>=3.19.6 But there are too many errors, how do i should do, thanks for your patience

Maybe you could follow the script as below to fix the conflict:

pip install protobuf==3.20.0
pip install ray
pip install tensorboard