this post was submitted on 28 Apr 2025
13 points (88.2% liked)

Python

7069 readers
14 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
 

I've been trying to get luarocks to work on windows, and all it gives is cryptic gcc errors.

How does pip manage to work on most platforms without issues?

you are viewing a single comment's thread
view the rest of the comments
[–] GissaMittJobb@lemmy.ml 27 points 6 days ago (3 children)

I'm surprised to hear you say this because in all honesty, pip really sucks as far as package managers go. uv is a worthy replacement.

[–] glowing_hans@sopuli.xyz 2 points 4 days ago

Today I learned about uv-package manager ; thanks!

[–] sus@programming.dev 3 points 6 days ago* (last edited 6 days ago)

I think this is talking about basic functionality, eg. can you do basic stuff with a clean install without everything immediately breaking

There's a lot of programming tools that are primarily developed for and on linux, and "windows support" is an afterthought which will result in linux being a very frictionless experience but windows being a minefield of problems and requiring careful manual setup

[–] irelephant@programming.dev 2 points 6 days ago (1 children)

Compared to luarocks, pip is amazing.

[–] GissaMittJobb@lemmy.ml 9 points 6 days ago (1 children)

Maybe so, but pip is years behind package managers like cargo. It really is not particularly good.

Sure, and Luarocks is behind pip, and it really is particularly bad.