unittest installation error Could not find a version that satisfies the requirement
Could someone please help me with this error message: Could not find a version that satisfies the requirement unittest I installed the latest Python and PyCharm and try to install the package unittest but get the above error. So far my experience with Python is a bit like dll hell ... If you tried this: $ pip install unittest Collecting unittest Could not find a version that satisfies the requirement unittest (from versions: ) No matching distribution found for unittest It's normal to have an error because unittest is not a valid package on Pypi. The only distribuable is unittest2-0.0.0.tar.gz