Hi, when I run the 01_pbmc_integration.ipynb of the tutorial, it shows this error during training the model, do you think it is because of the version of packages ? I used pip install . to install the requirements.txt, then pip install protobuf==3.20.1, pip install numpy==1.19.5 to debug the error, but it still can't work. Do you have suggestions about this? Or share a worked env ? Thanks!
Hi, when I run the 01_pbmc_integration.ipynb of the tutorial, it shows this error during training the model, do you think it is because of the version of packages ? I used
pip install .
to install the requirements.txt, thenpip install protobuf==3.20.1
,pip install numpy==1.19.5
to debug the error, but it still can't work. Do you have suggestions about this? Or share a worked env ? Thanks!