-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Missing module "websockets" #45
Comments
Seems like the postinstall script failed to run. I tried |
After experiencing similar difficulties, I found that the mitmproxy version 4.0.1 was critical as well as running the install with a python3 switch. Start with a clean install: |
have tried |
After having followed the installation instructions and created a simple config file, trying to run
bleak run --config BLeak-config.js --out build/
results in the following error message:
in script /Users/xxxx/.nvm/versions/node/v10.15.3/lib/node_modules/bleak-detector/node_modules/mitmproxy/scripts/proxy.py: No module named 'websockets'
Not sure what to do about this...?
The text was updated successfully, but these errors were encountered: