We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fa0df7 + ec4c692 commit 0887b2aCopy full SHA for 0887b2a
easybuild/easyblocks/p/python.py
@@ -803,7 +803,8 @@ def _sanity_check_ebpythonprefixes(self):
803
try:
804
base_prefix_idx = paths.index(base_site_packages_path)
805
except ValueError:
806
- raise EasyBuildError("The Python install path was not added to sys.path (%s)", paths)
+ raise EasyBuildError("The Python install path (%s) was not added to sys.path (%s)",
807
+ base_site_packages_path, paths)
808
809
eb_prefix_idx = paths.index(temp_site_packages_path)
810
0 commit comments