1

When I try to install Django cms in conda with conda install -c auto djangocms-installer I get the following error message:

UnsatisfiableError: The following specifications were found to be in conflict: - anaconda==5.2.0=py36_3 - djangocms-installer

How to install django cms in Anaconda/Conda?

  • That seems pretty self-explanatory... `django` conflicts with `anaconda`. You either have to uninstall `anaconda` or create a new environment. – darthbith Aug 20 '18 at 15:07
  • Possible duplicate of [Installing pygame for python3 in mac using anaconda](https://stackoverflow.com/questions/48972603/installing-pygame-for-python3-in-mac-using-anaconda) – darthbith Aug 20 '18 at 15:09

0 Answers0