12

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
[-] gid@lemmy.blahaj.zone 12 points 10 hours ago

If you're getting gcc errors it sounds like the package you're trying to install contains some c/c++ stuff that needs compiling.

A lot of python packages that rely on things written in c/c++ ship those precompiled, which might account for why it feels easier for you.

[-] irelephant@programming.dev 1 points 4 hours ago* (last edited 4 hours ago)

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

[-] gid@lemmy.blahaj.zone 3 points 4 hours ago

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

[-] irelephant@programming.dev 2 points 4 hours 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.

load more comments (1 replies)
this post was submitted on 28 Apr 2025
12 points (87.5% liked)

Python

7049 readers
62 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