this post was submitted on 13 Oct 2023
324 points (81.4% liked)

Programmer Humor

32050 readers
1735 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Sorry Python but it is what it is.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 11 months ago (2 children)

It's all fun and games until the wheel variant you need for your hardware acceleration package conflicts with that esoteric math library you planned on using.

[–] [email protected] 1 points 11 months ago

This isn't a pip issue though. Either these packages work together and the packaging is wrong, or they don't work together.

[–] [email protected] 1 points 11 months ago

Isn't this why you use venv?