The user requested protobuf==3.20.0 icetk 0.0.7 depends on protobuf<3.19
kunupup opened this issue · 9 comments
environment error
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!
Sorry to hear that and just feel free to post your problems in the issue. We will try our best to deal with it.
ERROR: No matching distribution found for pyg-lib==0.2.0
can i ignore pyg-lib?
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
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
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.
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
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