Ignoring asn1crypto: markers 'python_version < "3.11"' don't match your environment
Ignoring Babel: markers python_version < "3.11"' don't match your environment ...
Collecting asn1crypto==1.5.1 (from -r requirements.txt (line 4))
Using cached asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB) ...
Collecting rl-renderPM==4.0.3 (from -r requirements.txt (line 78))
Using cached rl_renderPM-4.0.3.tar.gz (36 kB)
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
╰─> [20 lines of output]
Traceback (most recent call last):
File "C:\Users\Elite183\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 353, in <module>
main()
~~~~^^
File "C:\Users\Elite183\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 335, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Elite183\AppData\Local\Temp\pip-build-env-62xx76va\overlay\Lib\site-packages\setuptools\build_meta.py", line 334, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=[])
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Elite183\AppData\Local\Temp\pip-build-env-62xx76va\overlay\Lib\site-packages\setuptools\build_meta.py", line 304, in _get_build_requires
self.run_setup()
~~~~~~~~~~~~~~^^
File "C:\Users\Elite183\AppData\Local\Temp\pip-build-env-62xx76va\overlay\Lib\site-packages\setuptools\build_meta.py", line 320, in run_setup
exec(code, locals())
~~~~^^^^^^^^^^^^^^^^
File "<string>", line 5, in <module>
ImportError: cannot import name 'get_abi_tag' from 'wheel.bdist_wheel'
(C:\Users\Elite183\AppData\Local\Temp\pip-build-env-62xx76va\overlay\Lib\site-packages\wheel\bdist_wheel.py)
[end of output]
试图从Quirements.txt
构建依赖关系时发生错误。具体而言,该问题似乎与Wheel.bdist_wheel.
。 我到目前为止所采取的步骤: perified Python版本:我安装了Python 3.13(如《 Odoo安装指南》中指定)。 毕业的PIP,Setuptools和Wheel:
pip install --upgrade pip setuptools wheel
pip install <dependency_name>.
在使用Python 3.13安装ODOO时,有人遇到了类似的问题吗? python 3.13与依赖关系,尤其是Greenlet,LXML,枕头或ReportLab?
< "3.11"', don't match my environment.
提前感谢您寻求任何帮助或建议!