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

don't set $PYTHONNOUSERSITE in Python extension filter, it breaks some installations #2267

Merged

Conversation

boegel
Copy link
Member

@boegel boegel commented Dec 4, 2020

(created using eb --new-pr)

This rolls back the change made in #2224, since it breaks some installations (like netcdf4-python, cfr. #2265).

We need to figure out a better way to set this, perhaps in framework instead, for example in both EasyBlock.skip_extensions and EasyBlock.sanity_check_step?

fixes #2265

@boegel boegel changed the title don't set $PYTHONNOUSERSITE in Python extension filter, it breaks some installations (like netcdf4-python, see #2265) don't set $PYTHONNOUSERSITE in Python extension filter, it breaks some installations (like netcdf4-python) Dec 4, 2020
@boegel boegel changed the title don't set $PYTHONNOUSERSITE in Python extension filter, it breaks some installations (like netcdf4-python) don't set $PYTHONNOUSERSITE in Python extension filter, it breaks some installations Dec 4, 2020
@boegel boegel added the bug fix label Dec 4, 2020
@boegel boegel added this to the 4.3.2 (next release) milestone Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enhanced extension filter for Python packages causes trouble for netcdf4-python sanity check
2 participants