this post was submitted on 28 Apr 2025
11 points (92.3% liked)

Python

7049 readers
44 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
[–] Midnitte@beehaw.org 2 points 7 hours ago (2 children)

I'd love to hear a technical answer, but one thing that's probably part of it is the fact that pip is written in Python and Python runs everywhere without much problem (though uv also seems to work pretty flawlessly too lol)

[–] irelephant@programming.dev 1 points 5 hours ago (1 children)

Lua runs everywhere (almost), but I cannot install a uuid library on windows.

[–] Kissaki@programming.dev 1 points 2 hours ago

IIRC I've had pip fail like that too. Unable to build a lib it included.