Skip to content

fixes for findPythonDeps script#4179

Merged
boegel merged 1 commit intoeasybuilders:developfrom
Flamefire:fix-findPythonDeps
Jan 18, 2023
Merged

fixes for findPythonDeps script#4179
boegel merged 1 commit intoeasybuilders:developfrom
Flamefire:fix-findPythonDeps

Conversation

@Flamefire
Copy link
Copy Markdown
Contributor

After sourcing the build environment an unqualified python command is required as another Python version might be loaded. Using the current Python executable might use the system Python which e.g. lacks the site-customize script pulling in Python packages from $EBPYTHONPREFIXES which results in packages installed via EasyBuild not detected and hence shown as to-be-installed.

Also sort the (verbose) output of installed package names.

After sourcing the build environment an unqualified `python` command is
required as another Python version might be loaded.
Using the current Python executable might use the system Python which
e.g. lacks the site-customize script pulling in Python packages from
`$EBPYTHONPREFIXES` which results in packages installed via EasyBuild
not detected and hence shown as to-be-installed.

Also sort the (verbose) output of installed package names.
@boegel boegel changed the title fix findPythonDeps fixes for findPythonDeps script Jan 18, 2023
@boegel boegel added the bug fix label Jan 18, 2023
@boegel boegel added this to the next release (4.7.1?) milestone Jan 18, 2023
@boegel boegel merged commit b5c3edb into easybuilders:develop Jan 18, 2023
@Flamefire Flamefire deleted the fix-findPythonDeps branch January 18, 2023 14:23
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.

2 participants