You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: Theano relies on g++, which means we need to install MinGW on
Windows. Unfortunately, MinGW is incompatible with MSVC 2015,
which is used to build libpython3.5 (necessary for linking).
See ContinuumIO/anaconda-issues#561
Solution: Downgrade to Python 3.4
Problem: Currently, `environment.yml` doesn't support platform-specific
selectors. We're waiting on conda env to merge
conda-archive/conda-env#213
Solution: Run `conda install libpython` as a seperate step on Windows
only
0 commit comments