I installed Anaconda3 and need to install symfit. Using pip install symfit
, the program returns the error: Cannot uninstall sympy
. It is a distutils...."
It seems symfit requires sympy 1.1.1
, but my Anaconda installation already installed sympy 1.3
and the symfit installer
objects to that. How can I get around this incompatibility?
Thanks.