Skip to content

编译报错zlib.error: Error -3 while decompressing data: invalid stored block lengths #2625

@Jerryzxxxxx

Description

@Jerryzxxxxx

以下是编译信息,执行bash build.sh 后:

###############################################################
find python version 3.11
[init] removing building directory...
Requirement already satisfied: setuptools_scm in /root/miniforge3/envs/py3.11/lib/python3.11/site-packages (8.3.1)
Requirement already satisfied: packaging>=20 in /root/miniforge3/envs/py3.11/lib/python3.11/site-packages (from setuptools_scm) (23.2)
Requirement already satisfied: setuptools in /root/miniforge3/envs/py3.11/lib/python3.11/site-packages (from setuptools_scm) (75.1.0)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
[init] init success

[build] build and install fastdeploy_base_ops...
[2025-06-16 15:39:20,262] [    INFO] dist.py:970 - running install
/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()
/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  self.initialize_options()
[2025-06-16 15:39:20,322] [    INFO] easy_install.py:573 - Checking .pth file support in tmp_base/
[2025-06-16 15:39:20,322] [    INFO] spawn.py:60 - /root/miniforge3/envs/py3.11/bin/python -E -c pass
[2025-06-16 15:39:20,334] [ WARNING] easy_install.py:627 - TEST FAILED: tmp_base/ does NOT support .pth files
[2025-06-16 15:39:20,334] [ WARNING] easy_install.py:504 - bad install directory or PYTHONPATH

You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from.  The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    tmp_base/

and your PYTHONPATH environment variable currently contains:

    ''

Here are some of your options for correcting the problem:

* You can choose a different installation directory, i.e., one that is
  on PYTHONPATH or supports .pth files

* You can add the installation directory to the PYTHONPATH environment
  variable.  (It must then also be on PYTHONPATH whenever you run
  Python and want to use the package(s) you are installing.)

* You can set up the installation directory to support ".pth" files by
  using one of the approaches described here:

  https://setuptools.pypa.io/en/latest/deprecated/easy_install.html#custom-installation-locations


Please make the appropriate changes for your system and try again.
[2025-06-16 15:39:20,394] [    INFO] dist.py:970 - running bdist_egg
[2025-06-16 15:39:20,414] [    INFO] dist.py:970 - running egg_info
[2025-06-16 15:39:20,414] [    INFO] dir_util.py:58 - creating fastdeploy_base_ops.egg-info
[2025-06-16 15:39:20,421] [    INFO] egg_info.py:648 - writing fastdeploy_base_ops.egg-info/PKG-INFO
[2025-06-16 15:39:20,421] [    INFO] egg_info.py:282 - writing dependency_links to fastdeploy_base_ops.egg-info/dependency_links.txt
[2025-06-16 15:39:20,421] [    INFO] egg_info.py:282 - writing top-level names to fastdeploy_base_ops.egg-info/top_level.txt
[2025-06-16 15:39:20,421] [    INFO] util.py:324 - writing manifest file 'fastdeploy_base_ops.egg-info/SOURCES.txt'
[06/16/25 15:39:20] ERROR    listing git files failed - pretending   git.py:26
                             there aren't any                                 
[2025-06-16 15:39:20,455] [    INFO] sdist.py:202 - reading manifest file 'fastdeploy_base_ops.egg-info/SOURCES.txt'
[2025-06-16 15:39:20,455] [    INFO] sdist.py:341 - reading manifest template 'MANIFEST.in'
[2025-06-16 15:39:20,455] [ WARNING] egg_info.py:398 - warning: no files found matching '*.so' under directory 'third_party/x86-simd-sort'
[2025-06-16 15:39:20,455] [ WARNING] egg_info.py:398 - warning: no files found matching '*.h' under directory 'third_party/x86-simd-sort'
[2025-06-16 15:39:20,455] [ WARNING] egg_info.py:398 - warning: no files found matching '*.so' under directory 'third_party/xFasterTransformer'
[2025-06-16 15:39:20,455] [ WARNING] egg_info.py:398 - warning: no files found matching '*.h' under directory 'third_party/xFasterTransformer'
[2025-06-16 15:39:20,456] [    INFO] util.py:324 - writing manifest file 'fastdeploy_base_ops.egg-info/SOURCES.txt'
[2025-06-16 15:39:20,456] [    INFO] bdist_egg.py:162 - installing library code to build/fastdeploy_base_ops/bdist.linux-x86_64/egg
[2025-06-16 15:39:20,456] [    INFO] dist.py:970 - running install_lib
[2025-06-16 15:39:20,456] [    INFO] dist.py:970 - running build_ext
Compiling user custom op, it will cost a few seconds.....
[2025-06-16 15:39:20,466] [    INFO] build_ext.py:530 - building 'fastdeploy_base_ops' extension
[2025-06-16 15:39:20,466] [    INFO] spawn.py:60 - g++ -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include/third_party -I/root/miniforge3/envs/py3.11/include/python3.11 -I/root/miniforge3/envs/py3.11/include/python3.11 -c /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/gpu_ops/get_output.cc -o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output.o -w -DPADDLE_WITH_CUSTOM_KERNEL -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17
[2025-06-16 15:39:20,467] [    INFO] spawn.py:60 - g++ -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include/third_party -I/root/miniforge3/envs/py3.11/include/python3.11 -I/root/miniforge3/envs/py3.11/include/python3.11 -c /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/gpu_ops/get_output_msg_with_topk.cc -o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output_msg_with_topk.o -w -DPADDLE_WITH_CUSTOM_KERNEL -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17
[2025-06-16 15:39:20,467] [    INFO] spawn.py:60 - g++ -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include/third_party -I/root/miniforge3/envs/py3.11/include/python3.11 -I/root/miniforge3/envs/py3.11/include/python3.11 -c /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/gpu_ops/reset_need_stop_value.cc -o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/reset_need_stop_value.o -w -DPADDLE_WITH_CUSTOM_KERNEL -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17
[2025-06-16 15:39:20,468] [    INFO] spawn.py:60 - g++ -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include/third_party -I/root/miniforge3/envs/py3.11/include/python3.11 -I/root/miniforge3/envs/py3.11/include/python3.11 -c /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/gpu_ops/save_with_output_msg.cc -o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/save_with_output_msg.o -w -DPADDLE_WITH_CUSTOM_KERNEL -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17
[2025-06-16 15:39:20,468] [    INFO] spawn.py:60 - g++ -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include -I/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/include/third_party -I/root/miniforge3/envs/py3.11/include/python3.11 -I/root/miniforge3/envs/py3.11/include/python3.11 -c /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/gpu_ops/transfer_output.cc -o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/transfer_output.o -w -DPADDLE_WITH_CUSTOM_KERNEL -D_GLIBCXX_USE_CXX11_ABI=1 -std=c++17
/media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/reset_need_stop_value.o is compiled
/media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output_msg_with_topk.o is compiled
/media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output.o is compiled
/media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/transfer_output.o is compiled
/media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/save_with_output_msg.o is compiled
[2025-06-16 15:39:23,740] [    INFO] spawn.py:60 - g++ -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -fPIC -O2 -isystem /root/miniforge3/envs/py3.11/include -pthread -B /root/miniforge3/envs/py3.11/compiler_compat -shared /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output.o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output_msg_with_topk.o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/reset_need_stop_value.o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/save_with_output_msg.o /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/transfer_output.o -L/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/libs -L/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/base -Wl,-R/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/libs -Wl,-R/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/base -o build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/fastdeploy_base_ops.so -l:libpaddle.so
Removed: build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/transfer_output.o
Removed: build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/reset_need_stop_value.o
Removed: build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output_msg_with_topk.o
Removed: build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/get_output.o
Removed: build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/save_with_output_msg.o
[2025-06-16 15:39:24,416] [    INFO] dir_util.py:58 - creating build/fastdeploy_base_ops/bdist.linux-x86_64/egg
[2025-06-16 15:39:24,416] [    INFO] file_util.py:130 - copying build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/fastdeploy_base_ops.so -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg
[2025-06-16 15:39:24,416] [    INFO] file_util.py:130 - copying build/fastdeploy_base_ops/lib.linux-x86_64-cpython-311/version.txt -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg
[2025-06-16 15:39:24,417] [    INFO] bdist_egg.py:178 - creating stub loader for fastdeploy_base_ops.so
Received len(custom_op) = 7, using custom operator
[2025-06-16 15:39:24,420] [    INFO] util.py:477 - byte-compiling build/fastdeploy_base_ops/bdist.linux-x86_64/egg/fastdeploy_base_ops.py to fastdeploy_base_ops.cpython-311.pyc
[2025-06-16 15:39:24,422] [    INFO] dir_util.py:58 - creating build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO
[2025-06-16 15:39:24,422] [    INFO] file_util.py:130 - copying fastdeploy_base_ops.egg-info/PKG-INFO -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO
[2025-06-16 15:39:24,422] [    INFO] file_util.py:130 - copying fastdeploy_base_ops.egg-info/SOURCES.txt -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO
[2025-06-16 15:39:24,422] [    INFO] file_util.py:130 - copying fastdeploy_base_ops.egg-info/dependency_links.txt -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO
[2025-06-16 15:39:24,422] [    INFO] file_util.py:130 - copying fastdeploy_base_ops.egg-info/not-zip-safe -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO
[2025-06-16 15:39:24,422] [    INFO] file_util.py:130 - copying fastdeploy_base_ops.egg-info/top_level.txt -> build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO
[2025-06-16 15:39:24,422] [    INFO] bdist_egg.py:201 - writing build/fastdeploy_base_ops/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
[2025-06-16 15:39:24,423] [    INFO] dir_util.py:58 - creating dist
[2025-06-16 15:39:24,423] [    INFO] bdist_egg.py:445 - creating 'dist/fastdeploy_base_ops-0.0.0-py3.11-linux-x86_64.egg' and adding 'build/fastdeploy_base_ops/bdist.linux-x86_64/egg' to it
[2025-06-16 15:39:24,432] [    INFO] dir_util.py:227 - removing 'build/fastdeploy_base_ops/bdist.linux-x86_64/egg' (and everything under it)
[2025-06-16 15:39:24,432] [    INFO] easy_install.py:734 - Processing fastdeploy_base_ops-0.0.0-py3.11-linux-x86_64.egg
[2025-06-16 15:39:24,433] [    INFO] dir_util.py:58 - creating /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/tmp_base/fastdeploy_base_ops-0.0.0-py3.11-linux-x86_64.egg
[2025-06-16 15:39:24,433] [    INFO] util.py:324 - Extracting fastdeploy_base_ops-0.0.0-py3.11-linux-x86_64.egg to /media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/tmp_base
Traceback (most recent call last):
  File "/media/root/56824d7e-8be1-4ed5-8978-b9d53fb85e1d/yzx/FastDeploy-develop/custom_ops/setup_ops_base.py", line 19, in <module>
    setup(
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/utils/cpp_extension/cpp_extension.py", line 247, in setup
    setuptools.setup(**attr)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/__init__.py", line 117, in setup
    return distutils.core.setup(**attrs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 183, in setup
    return run_commands(dist)
           ^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/core.py", line 199, in run_commands
    dist.run_commands()
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 954, in run_commands
    self.run_command(cmd)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/dist.py", line 950, in run_command
    super().run_command(command)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 973, in run_command
    cmd_obj.run()
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/install.py", line 97, in run
    self.do_egg_install()
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/install.py", line 158, in do_egg_install
    cmd.run(show_deprecation=False)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/paddle/utils/cpp_extension/cpp_extension.py", line 850, in run
    super().run(*args, **kwargs)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/easy_install.py", line 439, in run
    self.easy_install(spec, not self.no_deps)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/easy_install.py", line 689, in easy_install
    return self.install_item(None, spec, tmpdir, deps, True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/easy_install.py", line 737, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/easy_install.py", line 897, in install_eggs
    return [install_dist(dist_filename, tmpdir)]
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/easy_install.py", line 981, in install_egg
    self.execute(
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 337, in execute
    util.execute(func, args, msg, dry_run=self.dry_run)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/_distutils/util.py", line 326, in execute
    func(*args)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/command/easy_install.py", line 1308, in unpack_and_compile
    unpack_archive(egg_path, destination, pf)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/archive_util.py", line 57, in unpack_archive
    driver(filename, extract_dir, progress_filter)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/archive_util.py", line 105, in unpack_zipfile
    _unpack_zipfile_obj(z, extract_dir, progress_filter)
  File "/root/miniforge3/envs/py3.11/lib/python3.11/site-packages/setuptools/archive_util.py", line 130, in _unpack_zipfile_obj
    data = zipfile_obj.read(info.filename)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/zipfile.py", line 1528, in read
    return fp.read()
           ^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/zipfile.py", line 952, in read
    buf += self._read1(self.MAX_N)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/root/miniforge3/envs/py3.11/lib/python3.11/zipfile.py", line 1042, in _read1
    data = self._decompressor.decompress(data, n)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
zlib.error: Error -3 while decompressing data: invalid stored block lengths
[FAIL] build wheel failed
          please check your code
##############################################################################

相关版本:
安装的nightly build版本
Python>=3.11
CUDA>=12.6
CUDNN>=9
Linux X64
安装paddlepaddle3.0没有这个问题

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions