I am using conda
since one year, since several weeks, whenever I want to install a package using conda install -c anaconda <package_name>
, for any package, it is just stuck at the Solving environment
step.
I just want to install, for example, sympy
or mpmath
for Python...
Is there some magic command to solve this problem ?
Thanks and regards