Kali 2024.4 pip / pipx

Hello,
What have you tried:
I tried install package oathtool using pip3 and pipx. Found information pip its not supported anymore. Used pipx but result is strange. Any tips how to install packages on new version, please?
What is the error:

your package did install, the problem is you just called a python script that didn’t specify where to find your newly installed package. In your earlier output when you tried using pip3 it gave you the answer as to how…

path/to/venv/where/you/installed/the/package/your/trying/to/call/is/needed

in your .py script

1 Like