Scipy 1.8.0 does not have the module scipy.sparse.linalg.eigen.arpack, from which we use ArpackNoConvergence when excepting network variation/scaling exceptions.
As that is the only use we have for that package, there is probably an easy way to import this in a way that's compatible with all scipy versions
Error when trying to run/install rescomp with scipy 1.8.0 installed:
"ModuleNotFoundError: No module named 'scipy.sparse.linalg.eigen.arpack'; 'scipy.sparse.linalg.eigen' is not a package"
Scipy 1.8.0 does not have the module scipy.sparse.linalg.eigen.arpack, from which we use ArpackNoConvergence when excepting network variation/scaling exceptions.
As that is the only use we have for that package, there is probably an easy way to import this in a way that's compatible with all scipy versions
Error when trying to run/install rescomp with scipy 1.8.0 installed: "ModuleNotFoundError: No module named 'scipy.sparse.linalg.eigen.arpack'; 'scipy.sparse.linalg.eigen' is not a package"