콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6479 화면

i Found Error : subprocess-exited-with-error in Ubuntu

--------------------------------------------------------------

Ignoring freezegun: markers 'python_version < "3.8"' don't match your environment

Ignoring gevent: markers 'sys_platform != "win32" and python_version < "3.7"' don't match your environment

Ignoring gevent: markers 'python_version == "3.7"' don't match your environment

Ignoring gevent: markers 'sys_platform == "win32" and python_version < "3.7"' don't match your environment

Ignoring greenlet: markers 'python_version < "3.7"' don't match your environment

Ignoring greenlet: markers 'python_version == "3.7"' don't match your environment

Ignoring Jinja2: markers 'python_version < "3.8"' don't match your environment

Ignoring lxml: markers 'sys_platform != "win32" and python_version < "3.7"' don't match your environment

Ignoring lxml: markers 'sys_platform != "win32" and python_version == "3.7"' don't match your environment

Ignoring lxml: markers 'sys_platform == "win32"' don't match your environment

Ignoring Pillow: markers 'python_version <= "3.7" and sys_platform != "win32"' don't match your environment

Ignoring Pillow: markers 'python_version <= "3.7" and sys_platform == "win32"' don't match your environment

Ignoring psycopg2: markers 'sys_platform != "win32" and python_version < "3.8"' don't match your environment

Ignoring reportlab: markers 'python_version < "3.8"' don't match your environment

Ignoring xlrd: markers 'python_version < "3.8"' don't match your environment

Ignoring pypiwin32: markers 'sys_platform == "win32"' don't match your environment

Collecting Babel==2.6.0

  Using cached Babel-2.6.0-py2.py3-none-any.whl (8.1 MB)

Collecting chardet==3.0.4

  Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)

Collecting decorator==4.3.0

  Using cached decorator-4.3.0-py2.py3-none-any.whl (9.2 kB)

Collecting docutils==0.14

  Using cached docutils-0.14-py3-none-any.whl (543 kB)

Collecting ebaysdk==2.1.5

  Using cached ebaysdk-2.1.5.tar.gz (42 kB)

  Preparing metadata (setup.py) ... done

Collecting freezegun==0.3.15

  Using cached freezegun-0.3.15-py2.py3-none-any.whl (14 kB)

Collecting gevent==20.9.0

  Using cached gevent-20.9.0.tar.gz (5.8 MB)

  Installing build dependencies ... done

  Getting requirements to build wheel ... error

  error: subprocess-exited-with-error

 

  × Getting requirements to build wheel did not run successfully.

  │ exit code: 1

  ╰─> [65 lines of output]

      warning: src/gevent/resolver/cares.pyx:38:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      warning: src/gevent/resolver/cares.pyx:40:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      warning: src/gevent/resolver/cares.pyx:41:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      Compiling src/gevent/resolver/cares.pyx because it changed.

      [1/1] Cythonizing src/gevent/resolver/cares.pyx

      warning: src/gevent/libev/corecext.pyx:325:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      warning: src/gevent/libev/corecext.pyx:783:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      warning: src/gevent/libev/corecext.pyx:785:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      warning: src/gevent/libev/corecext.pyx:787:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      warning: src/gevent/libev/corecext.pyx:791:0: The 'DEF' statement is deprecated and will be removed in a future Cython version. Consider using global variables, constants, and in-place literals instead. See https://github.com/cython/cython/issues/4310

      Compiling src/gevent/libev/corecext.pyx because it changed.

      [1/1] Cythonizing src/gevent/libev/corecext.pyx

      Compiling src/gevent/_greenlet_primitives.py because it changed.

      [1/1] Cythonizing src/gevent/_greenlet_primitives.py

      Compiling src/gevent/_hub_primitives.py because it changed.

      [1/1] Cythonizing src/gevent/_hub_primitives.py

      Compiling src/gevent/_hub_local.py because it changed.

      [1/1] Cythonizing src/gevent/_hub_local.py

      Compiling src/gevent/_waiter.py because it changed.

      [1/1] Cythonizing src/gevent/_waiter.py

      warning: src/gevent/_gevent_cgreenlet.pxd:112:33: Declarations should not be declared inline.

     

      Error compiling Cython file:

      ------------------------------------------------------------

      ...

      cdef load_traceback

      cdef Waiter

      cdef wait

      cdef iwait

      cdef reraise

      cpdef GEVENT_CONFIG

            ^

      ------------------------------------------------------------

     

      src/gevent/_gevent_cgreenlet.pxd:181:6: Variables cannot be declared with 'cpdef'. Use 'cdef' instead.

      Compiling src/gevent/greenlet.py because it changed.

      [1/1] Cythonizing src/gevent/greenlet.py

      Traceback (most recent call last):

        File "/opt/odoo/.venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 353, in

          main()

        File "/opt/odoo/.venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 335, in main

          json_out['return_val'] = hook(**hook_input['kwargs'])

                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

        File "/opt/odoo/.venv/lib/python3.11/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel

          return hook(config_settings)

                 ^^^^^^^^^^^^^^^^^^^^^

        File "/tmp/pip-build-env-68zh4ih0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 341, in get_requires_for_build_wheel

          return self._get_build_requires(config_settings, requirements=['wheel'])

                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

        File "/tmp/pip-build-env-68zh4ih0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 323, in _get_build_requires

          self.run_setup()

        File "/tmp/pip-build-env-68zh4ih0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 488, in run_setup

          self).run_setup(setup_script=setup_script)

                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

        File "/tmp/pip-build-env-68zh4ih0/overlay/lib/python3.11/site-packages/setuptools/build_meta.py", line 338, in run_setup

          exec(code, locals())

        File "", line 287, in

        File "/tmp/pip-install-h165em8s/gevent_ef33c69ad33b4174b6a135cb17059554/_setuputils.py", line 236, in cythonize1

          new_ext = cythonize(

                    ^^^^^^^^^^

        File "/tmp/pip-build-env-68zh4ih0/overlay/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1134, in cythonize

          cythonize_one(*args)

        File "/tmp/pip-build-env-68zh4ih0/overlay/lib/python3.11/site-packages/Cython/Build/Dependencies.py", line 1301, in cythonize_one

          raise CompileError(None, pyx_file)

      Cython.Compiler.Errors.CompileError: src/gevent/greenlet.py

      [end of output]

 

  note: This error originates from a subprocess, and is likely not a problem with pip.

error: subprocess-exited-with-error

 

× Getting requirements to build wheel did not run successfully.

│ exit code: 1

╰─> See above for output.

 

note: This error originates from a subprocess, and is likely not a problem with pip.

-------------------------------------------------------------------------------------

How to Solve Error : subprocess-exited-with-error


Thank for help.



아바타
취소

yesterday i have installed odoo 16 + odoo 15 in 3 VMs, one have Ubuntu 20.04 and two have 22.04, all installations were smooth, seems there is somthing with your downloded files or incompatible libraries etc.

베스트 답변

I also tried your way and it really worked. In addition, you can refer to more ways to do it in this website 

아바타
취소