sollago / website

Contains files and scripts that belong to my personal website.
0 stars 1 forks source link

Relaxed version requirements in conda_environment.yaml #45

Closed iliakur closed 7 years ago

iliakur commented 7 years ago

After you merge this change, you'll have to delete and recreate the conda environment:

  1. run conda remove --name sol_site --all
  2. then recreate the environment as in the readme: conda env create -f conda_environment.yml

However, I also discovered this thread, which suggests that the problem is just somehow between python 3 and MacOS Mavericks. Even if that's the case, though, this change is an improvement over what we had before.