Skip to content
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

AttributeError: module 'simplejson' has no attribute 'loads' #25

Open
maravento opened this issue Mar 17, 2020 · 0 comments
Open

AttributeError: module 'simplejson' has no attribute 'loads' #25

maravento opened this issue Mar 17, 2020 · 0 comments

Comments

@maravento
Copy link

maravento commented Mar 17, 2020

SO: Ubuntu 18.04.4
Commands:
git clone https://github.com/UnaPibaGeek/ctfr.git
cd ctfr
pip3 install -r requirements.txt

which python3.6 python pip3 pip
/usr/bin/python3.6
/usr/bin/python
/home/user/.local/bin/pip3
/home/user/.local/bin/pip

pip3 --version
pip 19.2.3 from /home/user/.local/lib/python3.6/site-packages/pip (python 3.6)

python3 ctfr.py -d google.com -o outfile

Error:
Traceback (most recent call last):
File "ctfr.py", line 77, in <module>
main()
File "ctfr.py", line 61, in main
for (key,value) in enumerate(req.json()):
File "/home/user/.local/lib/python3.6/site-packages/requests/models.py", line 888, in json
return complexjson.loads(
AttributeError: module 'simplejson' has no attribute 'loads'

works with:

python ctfr.py -d google.com -o outfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant