this post was submitted on 28 Apr 2025
16 points (100.0% liked)

Python

7265 readers
31 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 2 months ago* (last edited 2 months 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 2 months ago (1 children)

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

[–] [email protected] 2 points 2 months 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.