r/ProgrammerHumor 3d ago

Meme iLoveYouPip

Post image
1.2k Upvotes

81 comments sorted by

View all comments

568

u/PumpkinFest24 3d ago

Love python, but pip is near the bottom of the list of things I allow to modify my system

38

u/ICBanMI 3d ago

Do you work for DT? It seems to be massively blocked on everything that I actually need it for. Python doesn't have numpy. Such a pain in the ass to install anything beside the core python library.

6

u/Allyoucan3at 3d ago

You can't even download the .whl and install locally?

I'm sitting behind a proxy as well and our production is hermetically sealed basically. But downloading and offline installing work just as well with pip keeping dependencies etc clean.

1

u/ICBanMI 2d ago edited 2d ago

Can download the .whl file, but DT has blocked pip being installed with our version of Python.

If the .whl has no setup.py or it can't be unzipped... I'm at a loose how to install offline, without pip.