Ha3MrX / facebook-cracker

Facebook Cracker Version 1.0 can crack into Facebook Database 100% without Interruption By Facebook Firewall
616 stars 385 forks source link

Error #29

Open LongLong2310 opened 3 years ago

LongLong2310 commented 3 years ago

from typing import List, Optional ImportError: No module named typing

How can I fix this

rhijjawi commented 3 years ago

if you've never used Python before, I suggest you do more research before using it. Such an error means you haven't installed the module module. To fix this: pip install typing