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

Downgrade Pyoxidizer from 0.24.0 to 0.23.0 #107

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

Ivan-Velickovic
Copy link
Collaborator

@Ivan-Velickovic Ivan-Velickovic commented Feb 28, 2024

Unfortunately it seems that multiple people in the community are struggling to build from source after we upgraded to the latest version of Pyoxidizer (same issue as #37)

This seems to be a known issue in the project
indygreg/PyOxidizer#673.

The nature of this problem comes from our over-reliance on 3rd-party dependencies to package the Microkit tool. We will most likely encounter further issues as we are compiling an interpreted language.

However, even if we were to switch to a compile time langauge (e.g Rust) we would still have problems as the Rust compiler is not isolated.

Unfortunately it seems that multiple people in the community are
struggling to build from source after we upgraded to the latest
version of Pyoxidizer (same issue as
 #37)

This seems to be a known issue in the project
indygreg/PyOxidizer#673.

The nature of this problem comes from our over-reliance on 3rd-party
dependencies to package the Microkit tool. We will most likely
encounter further issues as we are compiling an interpreted language.

However, even if we were to switch to a compile time langauge (e.g
Rust) we would still have problems as the Rust compiler is not
isolated.

Signed-off-by: Ivan Velickovic <[email protected]>
@Ivan-Velickovic Ivan-Velickovic merged commit 2bf939c into main Feb 28, 2024
11 checks passed
@Ivan-Velickovic Ivan-Velickovic deleted the downgrade_pyoxidizer branch February 28, 2024 01:08
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

Successfully merging this pull request may close these issues.

1 participant