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

No module named 'bs4' #33

Open
cygabon opened this issue Oct 22, 2018 · 0 comments
Open

No module named 'bs4' #33

cygabon opened this issue Oct 22, 2018 · 0 comments

Comments

@cygabon
Copy link

cygabon commented Oct 22, 2018

Hi !
I don't know why I've got this error message when trying to inject the js with the line:

~/.local/bin/mitmdump -s injector.py 'http://192.168.1.32:8000/script.js

in script injector.py: No module named 'bs4'
Proxy server listening at http://*:8080

Of course I've tryed to reinstall bs4 with pip3, pip and even apt but same issue...

I was thinking that BeautifulSoup may use an other version of python
Or isn't installed for the used version of python (3.6.5) ?

But

python3
from bs4 import BeautifulSoup

Doesn't return any error and same result with python (2.7)....

I've also tried with the mitdump binarie file without success :/

Any ideas or others people with same issue ?

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