THUDM / icetk

A unified tokenization tool for Images, Chinese and English.
150 stars 17 forks source link

version of protobuf is too low and confilt with other python framework #12

Open leotmc opened 1 year ago

leotmc commented 1 year ago

The version of protobuf seems to low and confilt with other python framework such as mlflow, may you upgrade the protobuf dependency

zxteloiv commented 1 year ago

similarly tensorboardX requires protobuf>=4.22.3 now, but icetk 0.0.7 requires protobuf<3.19.

wfnian commented 9 months ago

把这个库下载下来,然后把requirements.txt 里面的protobuf<3.19改成protobuf 然后把整个库打包成tar.gz 然后pip install icetk.tar.gz就没有包冲突这个问题了