Hi Everyone!
I am trying to install 'Pypardiso' module using conda as package manager using command:
!conda install -c haasad pypardiso
but i am getting an error:
"/bin/sh: 1: conda: not found"
Moreover, 'Pip' doesn't support installation of 'Pypardiso'.
Is there any way to use 'conda' as package manager and install a/m module??
Regards