Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to develop an Android .NET MAUI app using CSnake? #322

Open
Camee99 opened this issue Jan 7, 2025 · 2 comments
Open

Is it possible to develop an Android .NET MAUI app using CSnake? #322

Camee99 opened this issue Jan 7, 2025 · 2 comments

Comments

@Camee99
Copy link

Camee99 commented Jan 7, 2025

It seems that the main issue is that CSnake needs python to be installed on the device to work. Is it possible to bypass this point? Do you have any suggestion on how to face it?

@tonybaloney
Copy link
Owner

I'm working on a solution to this at the moment.

I'll add another automated locator which pulls in managed versions via UV/Astral's service.

https://docs.astral.sh/uv/concepts/python-versions/#managed-python-distributions

At the moment, the only solution for this is to use the nuget package, but that only bundles Windows x86_64 binaries.

@tonybaloney
Copy link
Owner

That solution is released in the newest version, see release notes and please let me know if this works for your use case.

Use .FromRedistributable() on the environment builder and it will download Python for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants