Junbo

Results 2 comments of Junbo

> when I run your code, I encounter : `ImportError: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.15' not found (required by /data1/anaconda3/envs/reso3d/lib/python3.9/site-packages/pymeshlab/pmeshlab.cpython-39-x86_64-linux-gnu.so) ` 我遇到了和你一样的问题,请问你解决了吗?怎么解决的?

This is probably because one of the modules in your wandb library (wandb/proto/wandb_base_pb2.py) is failing when trying to create a FieldDescriptor. You can downgrade the protobuf package to 3.20.x by...