在Windows 11中安装Python av的问题

n8ghc7c1  于 2023-11-21  发布在  Windows
关注(0)|答案(1)|浏览(256)
  1. C:\Windows.old\Users\chris>pip install av
  2. Defaulting to user installation because normal site-packages is not writeable
  3. Collecting av
  4. Using cached av-10.0.0.tar.gz (2.4 MB)
  5. Installing build dependencies ... done
  6. Getting requirements to build wheel ... error
  7. error: subprocess-exited-with-error
  8. × Getting requirements to build wheel did not run successfully.
  9. exit code: 1
  10. ╰─> [74 lines of output]
  11. Compiling av\buffer.pyx because it changed.
  12. [1/1] Cythonizing av\buffer.pyx
  13. Compiling av\bytesource.pyx because it changed.
  14. [1/1] Cythonizing av\bytesource.pyx
  15. Compiling av\descriptor.pyx because it changed.
  16. [1/1] Cythonizing av\descriptor.pyx
  17. Compiling av\dictionary.pyx because it changed.
  18. [1/1] Cythonizing av\dictionary.pyx
  19. Compiling av\enum.pyx because it changed.
  20. [1/1] Cythonizing av\enum.pyx
  21. Compiling av\error.pyx because it changed.
  22. [1/1] Cythonizing av\error.pyx
  23. Compiling av\format.pyx because it changed.
  24. [1/1] Cythonizing av\format.pyx
  25. Compiling av\frame.pyx because it changed.
  26. [1/1] Cythonizing av\frame.pyx
  27. performance hint: av\logging.pyx:232:5: Exception check on 'log_callback' will always require the GIL to be acquired.
  28. Possible solutions:
  29. 1. Declare the function as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
  30. 2. Use an 'int' return type on the function to allow an error code to be returned.
  31. Error compiling Cython file:
  32. ------------------------------------------------------------
  33. ...
  34. cdef const char *log_context_name(void *ptr) nogil:
  35. cdef log_context *obj = <log_context*>ptr
  36. return obj.name
  37. cdef lib.AVClass log_class
  38. log_class.item_name = log_context_name
  39. ^
  40. ------------------------------------------------------------
  41. av\logging.pyx:216:22: Cannot assign type 'const char *(void *) except? NULL nogil' to 'const char *(*)(void *) noexcept nogil'. Exception values are incompatible. Suggest adding 'noexcept' to type 'const char *(void *) except? NULL nogil'.
  42. Error compiling Cython file:
  43. ------------------------------------------------------------
  44. ...
  45. # Start the magic!
  46. # We allow the user to fully disable the logging system as it will not play
  47. # nicely with subinterpreters due to FFmpeg-created threads.
  48. if os.environ.get('PYAV_LOGGING') != 'off':
  49. lib.av_log_set_callback(log_callback)
  50. ^
  51. ------------------------------------------------------------
  52. av\logging.pyx:351:28: Cannot assign type 'void (void *, int, const char *, va_list) except * nogil' to 'av_log_callback'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (void *, int, const char *, va_list) except * nogil'.
  53. Compiling av\logging.pyx because it changed.
  54. [1/1] Cythonizing av\logging.pyx
  55. Traceback (most recent call last):
  56. File "C:\Program Files\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
  57. main()
  58. File "C:\Program Files\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
  59. json_out['return_val'] = hook(**hook_input['kwargs'])
  60. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  61. File "C:\Program Files\Python312\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 118, in get_requires_for_build_wheel
  62. return hook(config_settings)
  63. ^^^^^^^^^^^^^^^^^^^^^
  64. File "C:\Users\chris\AppData\Local\Temp\pip-build-env-4nz2e7u1\overlay\Lib\site-packages\setuptools\build_meta.py", line 355, in get_requires_for_build_wheel
  65. return self._get_build_requires(config_settings, requirements=['wheel'])
  66. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  67. File "C:\Users\chris\AppData\Local\Temp\pip-build-env-4nz2e7u1\overlay\Lib\site-packages\setuptools\build_meta.py", line 325, in _get_build_requires
  68. self.run_setup()
  69. File "C:\Users\chris\AppData\Local\Temp\pip-build-env-4nz2e7u1\overlay\Lib\site-packages\setuptools\build_meta.py", line 507, in run_setup
  70. super(_BuildMetaLegacyBackend, self).run_setup(setup_script=setup_script)
  71. File "C:\Users\chris\AppData\Local\Temp\pip-build-env-4nz2e7u1\overlay\Lib\site-packages\setuptools\build_meta.py", line 341, in run_setup
  72. exec(code, locals())
  73. File "<string>", line 157, in <module>
  74. File "C:\Users\chris\AppData\Local\Temp\pip-build-env-4nz2e7u1\overlay\Lib\site-packages\Cython\Build\Dependencies.py", line 1154, in cythonize
  75. cythonize_one(*args)
  76. File "C:\Users\chris\AppData\Local\Temp\pip-build-env-4nz2e7u1\overlay\Lib\site-packages\Cython\Build\Dependencies.py", line 1321, in cythonize_one
  77. raise CompileError(None, pyx_file)
  78. Cython.Compiler.Errors.CompileError: av\logging.pyx
  79. [end of output]
  80. note: This error originates from a subprocess, and is likely not a problem with pip.
  81. error: subprocess-exited-with-error
  82. × Getting requirements to build wheel did not run successfully.
  83. exit code: 1
  84. ╰─> See above for output.
  85. note: This error originates from a subprocess, and is likely not a problem with pip.
  86. [notice] A new release of pip is available: 23.2.1 -> 23.3.1
  87. [notice] To update, run: python.exe -m pip install --upgrade pip

字符串
我不知道这个错误我想.我可以尝试下一步?

x6492ojm

x6492ojm1#

问题不在于Windows 11。问题在于python 3.12。尚未为python 3.12发布av包。
请尝试在python 3.11下安装av

相关问题