Closed emdann closed 3 years ago
Hi @emdann ,
is both petsc4py
and slepc4py
installed, i.e. could you try running
python -c "import petsc4py; import slepc4py; print(petsc4py.__version__); print(slepc4py.__version__)"
to verify (mine prints out 3.14.1
3.14.0
)? For reference, the check is being done here.
A-ha I knew there was a simple explanation, it was indeed a problem with the slepc4py
installation. I reinstalled it as by installation instructions and all is well now. The warning message somehow made me think I only needed one of the two.
Thanks a lot!
Hi, I recently had to reinstall cellrank in a conda environment and since reinstalling the cellrank functions seem unable to load
petsc4py
.I've followed the tutorial to install petsc4py via conda:
Then installed the development version of cellrank (but the same issue remains if I install with
pip install cellrank[krylov]
)In python I am able to import both
cellrank
andpetsc4py
without issues, but the schur decomposition function can't load the petsc4py library.Any suggestions on why this might be happening? I am working with a large dataset so using brandts is not sustainable.
Versions: