Skip to content
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

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

Closed
kunupup opened this issue Nov 5, 2023 · 9 comments
Closed

Comments

@kunupup
Copy link

kunupup commented Nov 5, 2023

environment error

@tjb-tech
Copy link
Collaborator

tjb-tech commented Nov 6, 2023

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
Copy link
Collaborator

tjb-tech commented Nov 6, 2023

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
Copy link
Author

kunupup commented Nov 6, 2023

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

@kunupup
Copy link
Author

kunupup commented Nov 6, 2023

can i ignore pyg-lib?

@tjb-tech
Copy link
Collaborator

tjb-tech commented Nov 6, 2023

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
Copy link
Author

kunupup commented Nov 6, 2023

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
Copy link
Collaborator

tjb-tech commented Nov 6, 2023

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
Copy link
Author

kunupup commented Nov 6, 2023

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
Copy link
Collaborator

tjb-tech commented Nov 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants