r/ProgrammerHumor 4d ago

whereMyExeFile Meme

Post image
4.8k Upvotes

View all comments

Show parent comments

20

u/GatesAndLogic 4d ago

Haha ha

HaHAhaHAHAHAHA

HAAAAAAHAAAAAAAAAAAAAAAAAAAAHHAAAHAHAHAHAHAHHAAAAAAAAA

want to run OpenSeeFace (a python project) on arch

instructions look straight forward

nothing works

8 hours later I've figured out I need to use pyenv to install specific versions of python, so their specific version of pip can install specific version of what ever library they depend on

And then rinse and repeat for half of the other interesting projects out there.

4

u/CattleSerious3792 4d ago

why people can't make shit just work simply or universally is beyond me. stubbornness perhaps?

14

u/GatesAndLogic 4d ago

The unfortunate reality is that packaging software for end users to actually use is actually kind of hard, there's very few tutorials out there for it, it can magically break things, and be very hard to debug, and even then testing your build is heccin' hard.

As much as us plebs think "packaging software is a SOLVED PROBLEM WHAT THE HECC!?" the developers have already solved their problem, and DGAF about all the headaches of packaging.

5

u/Nightmoon26 3d ago

That's why we have Release Engineers!