Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

ImportError: cannot import name save #21

Open
Kalimon12 opened this issue Jun 8, 2018 · 2 comments
Open

ImportError: cannot import name save #21

Kalimon12 opened this issue Jun 8, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@Kalimon12
Copy link

Kalimon12 commented Jun 8, 2018

Traceback (most recent call last):
  File "autosqli.py", line 7, in <module>
    from autosqli import save
  File "/root/AutoSQLi/autosqli/save.py", line 3, in <module>
    from autosqli import stages
  File "/root/AutoSQLi/autosqli/stages.py", line 4, in <module>
    from autosqli import save
ImportError: cannot import name save
@clouedoc
Copy link
Owner

clouedoc commented Jun 9, 2018

Hello @Kalimon12, and thanks for this report.
To fix this, try to launch autosqli in it's clone directory.

@clouedoc clouedoc added the bug Something isn't working label Jun 12, 2018
@moorer2k
Copy link

moorer2k commented Sep 24, 2018

I had this issue too, but then I noticed I was using python 2 for everything and the install had went ahead and used my normal pip installation (not pip3), so I went ahead and executed the following:

pip3 install -r requirements.txt
python3 autosqli.py 

and it started working fine.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants