Currently, RustPython doesn't support the pip module. Normally, when creating a virtual environment, pip is automatically installed. This adds an specific error message when pip is attempted to be installed.
The venv module was taken from CPython 3.9.0 Beta 5.