Skip to content

Instantly share code, notes, and snippets.

@bodedra
Created December 6, 2018 07:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodedra/19fca7ebb5b5c5c8ed128ca71eeb910c to your computer and use it in GitHub Desktop.
Save bodedra/19fca7ebb5b5c5c8ed128ca71eeb910c to your computer and use it in GitHub Desktop.
Setup Issue while setup OCA mainterner tools
Issue: sudo apt-get remove python3-docutils
Downalod Reference: https://launchpad.net/ubuntu/+source/python-docutils/0.13.1+dfsg-1
===============================================================================================================================
Issue: pkg_resources.DistributionNotFound: The 'bleach>=2.1.0' distribution was not found and is required by readme-renderer
sudo pip3 install bleach>=2.1.0
===============================================================================================================================
Issue: pkg_resources.DistributionNotFound: The 'cryptography>=1.5' distribution was not found and is required by jwcrypto
sudo pip3 install --upgrade cryptography>=1.5
===============================================================================================================================
Issue: AttributeError: module 'lib' has no attribute 'SSL_ST_INIT'
sudo apt-get --auto-remove --yes remove python-openssl
sudo python3 -m pip install --upgrade cryptography
https://github.com/MobSF/Mobile-Security-Framework-MobSF/issues/293
===============================================================================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment