https://rustpython.github.io/featured/2021/01/26/pip-support.html * Home * Blog * Docs * GitHub * Gitter Jan 26, 2021 RustPython Blog pip is working! Create an issue if you see something wrong. Edit posts or create new ones via PR on github.com/RustPython/rustpython.github.io 7380 commits and 1940 pull requests later, pip and get-pip.py are working with RustPython . pip can install itself and setuptools! This update is brought to you from @coolreader18's terminal by asciinema . get-pip.py asciicast get-pip.py + pip install requests asciicast pip installs itself and setup tools asciicast What you need to do This update is so fresh, things are not merged into the master or release branches yet. For now, to test this out, you have to checkout the pip-merg branch, and make sure to build with the ssl feature: $ cd RustPython $ git fetch --all $ git checkout pip-merg $ cargo install --path . --features ssl $ curl https://bootstrap.pypa.io/get-pip.py -O $ rustpython get-pip.py ...lots of work... $ rustpython -m pip --version pip 21.0 from /home/.../.local/lib/rustpython3.9/site-packages/pip (python 3.9) --------------------------------------------------------------------- subscribe via RSS RustPython is in a development phase and should not be used in production or a fault intolerant setting. Our current build supports only about half of the Python standard library.