sh 2.0.0 breaks Isca installation #247
Labels
infrastructure
Isca infrastructure: installation, CI, HPC setups
priority:high
High-priority task
python
Isca's python wrappers
Description
I've just tried to do a fresh install of Isca on maths2 (one of our newer linux servers here in Exeter), and it's installed the
sh
package at version 2.0.0. When I try and run the Held Suarez test case, I get the following error:Upon closer inspection, it seems that
sh
2.0.0 has changed its behaviour, such that the output of functions likecodedir_git.log('-1', '--format="%H"')
returns astr
type, where previously it returned something of typesh.RunningCommand
. The former does not have anstdout
attr, butsh.RunningCommand
does. This will need to be updated such that newer versions of sh can be accommodated.The text was updated successfully, but these errors were encountered: