dependency conflicts

#111
by color-rabbit - opened

pip install protobuf==3.20.0 transformers==4.27.1 icetk cpm_kernels

but there is ERROR:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
icetk 0.0.5 requires protobuf<3.19, but you have protobuf 3.20.0 which is incompatible.
tensorflow 2.17.0 requires protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<5.0.0dev,>=3.20.3, but you have protobuf 3.20.0 which is incompatible.

Sign up or log in to comment