Last active
January 31, 2023 15:50
-
-
Save bodedra/dea25094d44818e8579ece9d194c454d to your computer and use it in GitHub Desktop.
Quick Help
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I encountered following errors during Ubuntu OS upgrade from 14.04 to 16.04: | |
ImportError: No module named 'pypdf2' | |
ImportError: No module named 'passlib' | |
ImportError: No module named 'babel' | |
ImportError: No module named 'werkzeug' | |
ImportError: No module named 'decorator' | |
ImportError: No module named 'dateutil' | |
ImportError: No module named 'psycopg2' | |
ImportError: No module named 'psutil' | |
ImportError: No module named 'html2text' | |
ImportError: No module named 'docutils' | |
ImportError: No module named 'ldap' | |
ImportError: No module named 'num2words' | |
ImportError: No module named 'ldap' | |
ImportError: No module named 'num2words' | |
ImportError: No module named 'xlwt' | |
ImportError: No module named 'authorizenet' | |
ModuleNotFoundError: No module named 'PyPDF2' | |
ModuleNotFoundError: No module named 'psutil' | |
ModuleNotFoundError: No module named 'passlib' | |
ModuleNotFoundError: No module named 'lxml' | |
ModuleNotFoundError: No module named 'dateutil' | |
ModuleNotFoundError: No module named 'psycopg2' | |
ModuleNotFoundError: No module named 'PIL' | |
ModuleNotFoundError: No module named 'werkzeug.contrib' | |
ModuleNotFoundError: No module named 'psutil' | |
ModuleNotFoundError: No module named 'reportlab' | |
ModuleNotFoundError: No module named 'html2text' | |
ModuleNotFoundError: No module named 'client' | |
ModuleNotFoundError: No module named 'passlib' | |
ModuleNotFoundError: No module named 'jinja2' | |
ModuleNotFoundError: No module named 'pyparsing' | |
ModuleNotFoundError: No module named 'unidecode' | |
ModuleNotFoundError: No module named 'stdnum' - - - | |
Could not execute command 'lessc'" | |
ModuleNotFoundError: No module named 'pikepdf' | |
ModuleNotFoundError: No module named 'num2words' | |
ModuleNotFoundError: No module named 'chardet' | |
ModuleNotFoundError: No module named 'ldap' - - - | |
ModuleNotFoundError: No module named 'sqlalchemy' - - - | |
ModuleNotFoundError: No module named 'pandas' - - - | |
ModuleNotFoundError: No module named 'gsheets' - - - | |
ModuleNotFoundError: No module named 'swifter' - - - | |
ModuleNotFoundError: No module named 'xmltodict' - - - | |
ModuleNotFoundError: No module named 'smb' - - - | |
ModuleNotFoundError: No module named 'easypost' - - - | |
ModuleNotFoundError: No module named 'openpyxl' - - - | |
ModuleNotFoundError: No module named 'xlsxwriter' - - - | |
ERROR: launchpadlib 1.10.13 requires testresources, which is not installed. | |
ModuleNotFoundError: No module named 'markupsafe' | |
ModuleNotFoundError: No module named 'polib' | |
ModuleNotFoundError: No module named 'idna' | |
ModuleNotFoundError: No module named 'requests' | |
ModuleNotFoundError: No module named 'OpenSSL' | |
ModuleNotFoundError: No module named 'qrcode' | |
Unable to find Wkhtmltopdf on this system. The PDF can not be created. | |
ModuleNotFoundError: No module named 'cryptography.hazmat.backends.openssl.x509' | |
Resolved with: | |
============== | |
sudo apt-get install python3-pypdf2 | |
sudo apt-get install python3-passlib | |
sudo apt-get install python3-babel | |
sudo apt-get install python3-werkzeug | |
sudo apt-get install python3-decorator or pip install decorator | |
sudo apt-get install python3-dateutil | |
sudo apt-get install python3-yaml | |
sudo apt-get install python3-psycopg2 | |
sudo apt-get install python3-psutil | |
sudo apt-get install python3-html2text | |
sudo apt-get install python3-docutils | |
sudo python3 -m pip install python-ldap | |
sudo python3 -m pip install num2words | |
sudo python3 -m pip install xlwt | |
sudo pip3 install authorizenet | |
pip install PyPDF2 | |
pip install psutil | |
pip install lxml | |
sudo apt-get install python3-lxml | |
pip install dateutil | |
pip install python-dateutil | |
easy_install psycopg2-binary | |
pip install Pillow | |
pip install werkzeug==0.16.0 | |
python3 -m pip install psutil | |
python3 -m pip install reportlab | |
python3 -m pip install html2text | |
pip install suds-jurko | |
pip install passlib | |
pip install jinja2 | |
pip install pyparsing | |
pip install unidecode | |
pip install python-stdnum | |
sudo apt-get install node-less | |
graphviz libann0 libcdt5 libcgraph6 libgts-0.7-5 libgts-bin libgvc6 libgvpr2 liblab-gamut1 libpathplan4 libsass1 | |
linux-headers-5.4.0-26 linux-headers-5.4.0-26-generic linux-image-5.4.0-26-generic linux-modules-5.4.0-26-generic | |
linux-modules-extra-5.4.0-26-generic python3-aiohttp python3-async-timeout python3-attr python3-cached-property | |
python3-defusedxml python3-freezegun python3-gevent python3-greenlet python3-isodate python3-jinja2 python3-ldap | |
python3-libsass python3-mock python3-multidict python3-ofxparse python3-pbr python3-polib python3-pyasn1 | |
python3-pyasn1-modules python3-pydot python3-pyparsing python3-qrcode python3-requests-toolbelt python3-serial | |
python3-stdnum python3-suds python3-usb python3-vatnumber python3-vobject python3-xlrd python3-xlsxwriter | |
python3-yarl python3-zeep | |
pip install libsass | |
pip install pikepdf | |
pip install num2words | |
pip install chardet | |
sudo apt-get install ldap-utils | |
sudo apt-get install libsasl2-dev python-dev libldap2-dev libssl-dev | |
python -m pip install python-ldap | |
pip install flask_sqlalchemy | |
pip install pandas | |
pip install gsheets | |
pip install swifter | |
pip install xmltodict | |
pip install pysmb | |
pip install easypost | |
pip install openpyxl | |
pip install XlsxWriter | |
sudo apt install python3-testresources | |
python -m pip install markupsafe | |
pip install polib | |
pip install idna | |
pip install requests | |
pip install pyOpenSSL | |
pip install qrcode | |
sudo apt-get install -y wkhtmltopdf | |
pip unistall cryptography | |
cryptography==3.4.8 |
@melmi525 That's awesome. Thank you.
What a genius! This is really all-in-one
Most of the packages listed are already specified in the requirements.txt file so its good to add
pip3 install -r requirements.txt
So that correct package versions will be installed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you so much! This has really solved all you have listed.