Closed patatetom closed 2 years ago
Hello.
Can you specify the pip version and the distribution name?
A possible solution is mentioned here: https://github.com/pypa/pip/issues/9348.
hi, indeed, I'm under ArchLinux with Python 3.9. I will try from another Linux distribution to see if the problem occurs again... thanks for the info 👍
the problem comes from my side and not from the dfir_ntfs
package : reinstalling setuptools
(pacman -S python-setuptools
from ArchLinux) solved the problem.
for information :
$ pip --version
pip 20.3.4 from /usr/lib/python3.9/site-packages/pip (python 3.9)
$ pip list | grep setuptools
setuptools 59.4.0
Okay, thank you!
and thank you for dfir_ntfs !
hi, I followed the instructions with
pip
but I get an error :on the other hand, the installation with
python setup.py install
works perfectly :regards, lacsaP.