Pycodec2 dependency install error #515
Replies: 4 comments
-
Can you try first running In case that package isn't available, maybe the |
Beta Was this translation helpful? Give feedback.
-
Also see markqvist/Sideband#50 |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for the replies and other thread. I tried both approaches. Installing libcodec 2, the pipx install in the reference, and I am still returning the same error. I do have the pip setting in pip.conf as mentioned in the Debian Bookworm notes.
|
Beta Was this translation helpful? Give feedback.
-
This should be fixed in the upcoming |
Beta Was this translation helpful? Give feedback.
-
I am getting a Pycodec2 error on sbapp install on two different Debian distros for the newest version. I have tried independently installing Pycodec2 which returns the same error. Does anyone have any insight on this or can help? Thanks!
‘Using cached https://www.piwheels.org/simple/qrcode/qcode-7.4.2-pys-none-any.wh1 (46 kB)
・Collecting naterialyoucalory=2.0.7
Using cached materialyoucolor-2.0.9.tar.gz (249 kB)
Preparing metadata (setup.py) ... done
Collecting ffpyplayer
Using cached fpyplayer-4.5.1. tar.gz (88 kB)
Installing build dependencies
done
Getting requirements to build wheel ...
cone
Preparing metadata (pyproject. toml) ...
Collecting sh
done
Using cached https://www.piwheels.org/simple/sh/sh=2.0.7-py3-none-any.wh1 (38 kB)
Collecting pycodec2
• Using cached pycodec2-3.0.1. tar-gz (93 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
[27 lines of output]
Traceback (most recent call last):
File "/us/lib/python3/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process-py", line 353, in «module>
main()
File
"/usr /Lib/python/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", Line 335, in main
json_out [' return_val'] = hook(**hook_input [ 'kwargs'])
ЛААЛАЛАААААААЛААААЛАЛЛАЛЛАЛА
File "/usr/lib/python/dist-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build wheet return hook(config_settings)
АААААЛАЛАЛАЛЛАЛАЛЛЛЛА
File "/tmp/pip-build-env-xdb676qn/over lay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel return self._get_build_requires(config_settings, requirements=['wheel'])
АЛАААААДАЛАЛАЛАЛААААЛАЛАЛЛАЛАЛЛАЛАЛЛАЛЛААААЛАЛАЛАЛЛААААЛАЛЛАЛАЛЛА
File "/tmp/pip-build-env-xdb676qn/over lay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 295, in get_build_requires self. run_setup()
File "/tmp/pip-build-env-xdb676qn/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 487, in run setup super .run_setup(setup_script=setup_script)
File "/tmp/pip-build-env-xdb676qn/overlay/local/lib/python3.11/dist-packages/setuptools/build_meta.py", line 311, in run_setup exec (code, locals())
File "«string»", line 29, in
File "/tmp/pip-build-env-xdb676qn/overlay/local/lib/python3.11/dist-packages/Cython/Build/Dependences-py", line 1010, in cythonize
module_list, module_metadata = create_extension_list(
АААААААААААААААААЛАЛАЛ
File "/tmp/pip-build-env-xdb676qn/overlay/local/lib/python3.11/dist-packages/Cython/Build/Dependencies-py", line 845, in create_extension_list for file in nonempty(sorted(extended_1globfilepattern)),
"'%' doesn't match any files" % filepattern):
File "/tmp/pip-build-env-xdb676qn/overlay/local/lib/python3.11/dist-packages/Cython/Build/Dependencies-py", line 117, in nonempty raise ValueError(error_msg)
ValueError: 'pycodec2/pycodec2-pyx' doesn't match any files [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.’
Beta Was this translation helpful? Give feedback.
All reactions