mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #391] Error while compiling for 3ds #179
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#179
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @CleanCEZ on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/391
Hi
Today while trying to compile Upsilon for 3ds i came across this error
Thank you
@Yaya-Cout commented on GitHub (Feb 7, 2026):
I'm sorry you are having problems building Upsilon.
Can you try using the same process as the CI? It uses the Docker image
devkitpro/devkitarm:latestI don't have any 3DS so I don't know the build process that much, but the CI seems to be passing (Docker Hub isn't working on my laptop right now so I can't check:
lookup production.cloudflare.docker.com: no such host)doesn't.
For reference: https://github.com/UpsilonNumworks/Upsilon/blob/upsilon-dev/.github/workflows/ci-workflow.yml#L103
Did you get any errors in the logs before this one? It looks like Python compilation failed (
MP_QSTR_*are supposed to be generated using macros IIRC). Could you please paste logs as text instead of screenshots next time (screenshots are harder to use)?@CleanCEZ commented on GitHub (Feb 8, 2026):
sorry for the late reply
anyways i fixed the issue , it was caused by a broken install of python