(SE) EVA Installation on SLES15 require requirements.txt
to be modified
#452
Labels
core development
design related issues and improvements
enhancement
New feature or request
EVA
Visualization & Monitoring
source /discover/nobackup/projects/gmao/advda/swell/jedi_modules/spackstack_1.7_scu17_intel
pip3 install --prefix={wherever} --no-cache-dir -r requirements.txt .
Default won't work (for me and @asewnath at least). Following
requirements_sles15.txt
works for me (Akira didn't need theshapely
line, which is also odd):Sometimes I have to include the
-I
argument inpip
, otherwise I get the following error sincepip
attempts to uninstall an installed package shamelessly. Withshapely
constraint above this won't be necessary though:The text was updated successfully, but these errors were encountered: