-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traceback #116
Comments
Hi,
|
@sasholy Your error is due to using python2.7, you are getting invalid syntax on |
Install it with pip3 install . |
don't use python2.7 pip version use pip3 python3.6+ version , that is your problem |
hi.
┌──(kali㉿kali)-[~] └─$ paramspider -d testphp.vulnweb.com Traceback (most recent call last): File "/home/kali/.local/bin/paramspider", line 5, in <module> from paramspider.main import main File "/home/kali/.local/lib/python2.7/site-packages/paramspider/main.py", line 93 logging.info(f"{Fore.YELLOW}[INFO]{Style.RESET_ALL} Fetching URLs for {Fore.CYAN + domain + Style.RESET_ALL}") ^ SyntaxError: invalid syntax
help me
The text was updated successfully, but these errors were encountered: