eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.46k stars 314 forks source link

django 1.6 conflicts with python 3.5 from conda install #258

Open rshpeley opened 7 years ago

rshpeley commented 7 years ago

Conda won't install django 1.6,

conda install -c delicb django=1.6
UnsatisfiableError: The following specifications were found to be in conflict:
  - django 1.6*
  - python 3.5*

Can I use a higher version of django that's compatibile with 3.5?

rshpeley commented 7 years ago

Hmmm... I tried python setup.py install and apparently it installs Django1.6.11 regardless. I don't know if this is an issue or not. Your call.

Now I have another problem with cryptography 1.5.2 ...