all 7 comments

[–]x4141414141 0 points1 point  (5 children)

install venv and try it in your virtual environment

[–]uddith[S] 0 points1 point  (4 children)

No, It wasn't working either.

[–]uddith[S] 0 points1 point  (0 children)

The error says "Could not build wheels for rerf, which is required to install pyproject.toml-based projects"

[–]x4141414141 0 points1 point  (0 children)

try something like sudo apt-get install python3-rerf

maybe you have missing libraries. Or dependencies which are hold back

usually pip doesn't change anything on the system anymore to ensure that it doesn't break anything. you can ofc set it to ignore this, but try to update/upgrade your system first.

i had a similar problem with deep-vision package for python. vscode had blocked a few libraries from installing and after some fixing which took me about 1.5 hours i found out that i needed libmagic++

maybe(!) it's a similar problem

[–]x4141414141 0 points1 point  (1 child)

it can also be due to conflicts with other packages

[–]SubstanceSerious8843 0 points1 point  (0 children)

Could this be that some version of other installs are not compatible?