AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.
MIT License
1.47k stars 215 forks source link

INSTALLING ERROR #6

Closed pretech86 closed 4 years ago

pretech86 commented 4 years ago

root@kali:~/tools/recconessance/Moriarty-Project# pip3 install -r requiremenets.txt

Traceback (most recent call last):

File "/usr/bin/pip3", line 6, in

from pkg_resources import load_entry_point

File "/usr/local/lib/python3.8/dist-packages/pkg_resources.py", line 1479, in

register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)

AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'

mateusfg7 commented 4 years ago

you wrote requiremenets.txt, take off the e in the end. if not work, try with python3 -m pip install -r requirements.txt

AzizKpln commented 4 years ago

issue has been fixed you dont have to input pip3 install -r requirements.txt anymore