I am unable to update my statsmodels v. 0.6.1 to 0.8.0rc1 using conda (I used conda because I have conda installed).
I have tried several ways:
- conda install statsmodels (based on http://www.statsmodels.org/dev/). Nothing happened, my version stays the same.
conda update statsmodels. Still not updated, see below.
C:\Users\E245713>conda update statsmodels Fetching package metadata .........
Solving package specifications: ..........
All requested packages already installed.
packages in environment at C:\Users\E245713\AppData\Local\Continuum\Anaconda3:
statsmodels 0.6.1 np111py35_1
Uninstalled statsmodels and installed it again, and it still installed the old version 0.6.1.
I am using windows 7 Enterprise.
Any ideas?