%general-entities; ]> Charset-normalizer-&charset-normalizer-version; charset-normalizer Introduction to charset-normalizer Module The charset-normalizer library helps reading text from an unknown character encoding. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &charset-normalizer-md5sum; Download size: &charset-normalizer-size; Estimated disk space required: &charset-normalizer-buildsize; Estimated build time: &charset-normalizer-time; Charset-normalizer Dependencies Optional (for testing) and pytest-cov Installation of Charset-normalizer Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user charset-normalizer Assuming is installed, but the other optional dependencies are not, the installation can be tested with the following commands: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install pytest-cov && python3 /usr/bin/pytest deactivate Contents Installed Programs Installed Libraries Installed Directories normalizer None /usr/lib/python&python3-majorver;/site-packages/charset_normalizer and /usr/lib/python&python3-majorver;/site-packages/charset_normalizer-&charset-normalizer-version;.dist-info Short Descriptions normalizer is a Universal Charset Detector (discovers originating encoding and normalizes text to unicode) normalizer