You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FSL-6.0.5.1-foss-2021a.eb uses 'PYTHONPATH': ['fsl/lib/python%(pyshortver)s/site-packages'] (seems like an easy fix?)
CIRIquant-1.1.2-20221201-foss-2021b-Python-2.7.18.eb uses 'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages/CIRIquant' (is the module file even correct by specifying the subdir here?)
I guess they way forward for those would be to beat them into submission by making sure they use the default lib/python*/site-packages (for example via postinstallcmds), so $EBPYTHONPREFIXES also works for them (and then eventually forbidding easyconfigs from setting PYTHONPATH directly);
After going through and dropping the standard PYTHONPATH environment variables for my EBPYTHONPREFIXES change, I've found:
uses the nonstandard path
which is just strange
'PYTHONPATH': ['fsl/lib/python%(pyshortver)s/site-packages']
(seems like an easy fix?)'PYTHONPATH': 'lib/python%(pyshortver)s/site-packages/CIRIquant'
(is the module file even correct by specifying the subdir here?)'PYTHONPATH': ['lib/python%(pyshortver)s/site-packages/CRISPResso2']
(and here?)There is also
which are use something silly like
lib
orbin
orlib/python
as their paths. Sigh. So many. Some of these matter more than others.The text was updated successfully, but these errors were encountered: