深度学习转换数据集格式为MSCOCO时报错,请问如何解决?

我在ai stdio这个平台上训练模型,在我准备转换数据集格式为MSCOCO格式时报错,
我代码为:

!paddlex --data_conversion --source labelme --to MSCOCO --pics ./MyDataset/JPEGImages --annotations ./MyDataset/Annotations --save_dir ./converted_dataset_dir

报错内容如下:

[03-23 22:30:50 MainThread @logger.py:242] Argv: /opt/conda/envs/python35-paddle120-env/bin/paddlex --data_conversion --source labelme --to MSCOCO --pics ./MyDataset/JPEGImages --annotations ./MyDataset/Annotations --save_dir ./converted_dataset_dir
[03-23 22:30:50 MainThread @utils.py:79] WRN paddlepaddle version: 2.4.0. The dynamic graph version of PARL is under development, not fully tested and supported
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/parl/remote/communication.py:38: FutureWarning: 'pyarrow.default_serialization_context' is deprecated as of 2.0.0 and will be removed in a future version. Use pickle or the pyarrow IPC functionality instead.
  context = pyarrow.default_serialization_context()
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/__init__.py:107: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import MutableMapping
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/rcsetup.py:20: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Iterable, Mapping
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/matplotlib/colors.py:53: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Sized
2023-03-23 22:30:51,470-WARNING: type object 'QuantizationTransformPass' has no attribute '_supported_quantizable_op_type'
2023-03-23 22:30:51,470-WARNING: If you want to use training-aware and post-training quantization, please use Paddle >= 1.8.4 or develop version

我的环境信息如下:

img

请问如何解决?感谢所有回复我的哒佬!!

你这都是warning,没看到error,应该来说warning一般是版本的问题