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

Python

7049 readers
64 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
[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (1 children)

Sorry if it was unclear, I constantly get cryptic gcc errors using luarocks a package manager for lua. Its years behind pip.

[–] [email protected] 3 points 1 day ago (1 children)

No, you were clear. That's what I understood you to mean.

[–] [email protected] 2 points 1 day ago

Ah, I'm the one who misread, sorry.

Yeah, compiling things from scratch is the norm for lua packages, making them really only work on linux.