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

Fix extensions not being added to package env #579

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Conversation

MilesCranmer
Copy link
Owner

It seems like package extensions were not actually being installed in the PySR environment if the user happened to have those packages installed in their primary (e.g., @v1.10) environment, as the try catch wouldn't hit the catch statement.

This led to issues because worker processes are loaded directly into the PySR environment, and cannot import packages from the primary environment!

@MilesCranmer MilesCranmer merged commit bd7e732 into master Mar 23, 2024
33 checks passed
@MilesCranmer MilesCranmer deleted the fix-extensions branch March 23, 2024 21:38
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.

None yet

1 participant