当我试图使用<条码>Python 3.11.4安装ebcli时(在静电线下,按) 我有了一个错误,我可以 around。
但是,如果我尝试使用<代码>Python 3.8.10(在静电线内)安装ebcli。
The error looks like this:
File "/tmp/pip-build-env-yn_umd7x/overlay/lib/python3.11/site-packages/setuptools/_distutils/command/sdist.py", line 336, in _add_defaults_ext
self.filelist.extend(build_ext.get_source_files())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<string>", line 201, in get_source_files
File "/tmp/pip-build-env-yn_umd7x/overlay/lib/python3.11/site-packages/setuptools/_distutils/cmd.py", line 107, in __getattr__
raise AttributeError(attr)
AttributeError: cython_sources
[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.
- I already followed the troubleshooting recommendations, which consists on installing dependencies, and it didn t have any effect.
- I already googled for this specific issue and I can t find a solution. I did find this issue containing
AttributeError: cython_sources
which might be related, but I don t know what action to take from there.