After you merge this change, you'll have to delete and recreate the conda environment:
run conda remove --name sol_site --all
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.
After you merge this change, you'll have to delete and recreate the conda environment:
conda remove --name sol_site --all
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.