Coding/Python Matlab

Anaconda on Win XP 32bit

smores 2017. 11. 15. 00:38

As of anaconda 2.4.0, we ship python 3.5.  Python 3.5 is built with visual studio 2015, which does not by default support windows xp.  Supporting windows xp would require us to recompile all of our packages.


What you can do instead is to install anaconda 2.3.0, which users python 3.4, and then update it:


http://repo.continuum.io/archive/Anaconda3-2.3.0-Windows-x86.exe


conda update conda

conda update --all

'Coding > Python Matlab' 카테고리의 다른 글

TIF 및 이미지 다루기  (0) 2018.11.14
numpy 요약  (0) 2018.11.14
python 2 vs 3  (0) 2017.10.28
deepcopy  (0) 2017.10.07
curve fitting, solidworks, LT  (1) 2017.09.23