You are not logged in.
I'm running Python 3.11.5, pip 23.3.1 from /usr/lib/python3.11/site-packages/pip (python 3.11) and pipx 1.2.0
I'm trying to install string-grouper from PyPi
As I understand it the correct method is to use pipx:
pipx install string-grouperreturns:
Fatal error from pip prevented installation. Full pip output in file:
/home/x/.local/pipx/logs/cmd_2023-10-22_17.48.48_pip_errors.log
pip failed to build package:
sparse-dot-topn-for-blocks
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers.pxd' not found
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers/ArrayWrapper_int.pxd' not found
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers/ArrayWrapper_float.pxd' not found
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers/ArrayWrapper_double.pxd' not found
Cython.Compiler.Errors.CompileError: ./sparse_dot_topn_for_blocks/sparse_dot_topn.pyx
Error installing string-grouper.Log here:
Pastebin
pipx install sparse-dot-topn-for-blocksreturns the following:
Fatal error from pip prevented installation. Full pip output in file:
/home/x/.local/pipx/logs/cmd_2023-10-22_17.55.16_pip_errors.log
pip failed to build package:
sparse-dot-topn-for-blocks
Some possibly relevant errors from pip install:
error: subprocess-exited-with-error
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers.pxd' not found
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers/ArrayWrapper_int.pxd' not found
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers/ArrayWrapper_float.pxd' not found
sparse_dot_topn_for_blocks/sparse_dot_topn.pyx:23:0: 'array_wrappers/ArrayWrapper_double.pxd' not found
Cython.Compiler.Errors.CompileError: ./sparse_dot_topn_for_blocks/sparse_dot_topn.pyx
Error installing sparse-dot-topn-for-blocks.Log here:
Pastebin
Any tips for troubleshooting this?
Last edited by audiomuze (2023-10-22 17:04:30)
Linux user #338966
Offline
As I understand it the correct method is to use pipx:
If there is no package available for string-grouper in either the official repo or the AUR, then as a minimum use a virtual environment.
Offline
audiomuze wrote:As I understand it the correct method is to use pipx:
If there is no package available for string-grouper in either the official repo or the AUR, then as a minimum use a virtual environment.
That's what pipx does?
Linux user #338966
Offline
Nobody has any suggestions?
Linux user #338966
Offline
Offline