Python PyPI typing not recommended

Some older Python projects may have typing as a package prerequisite. This can break Python itself from running. The “typing” PyPI module is not needed as all currently maintained Python versions have “typing” built in. Errors can result from having PyPI “typing” installed over factory Python “typing”.