Ben,

It looks like you may need to delete the files (other than the .git folder), do a `git checkout .`, and then try `pip install .`.


Regards,

Steve


On Monday, March 2, 2015 at 11:05:08 AM UTC-6, Benjamin Cichy wrote:
Hi all, 

I am attempting this install on Windows with 

>pip install .  
as per the instructions. 

The last compiler I have access to, is Visual Studio 10, so according to scikit-learn, and digging through the compiler script, it should be the last one recognized for .dll compilation before Python 3.5. 

I have the following errors right at the end of the build. This is under a fresh Anaconda install, with all the packages updated.
  creating build\temp.win-amd64-3.4\Release\skimage\_shared

   
 C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Anaconda3\lib\core\include -IC:\Anaconda3\include -IC:\Anaconda3\include /Tcskimage\_shared\geometry.c /Fobuild\temp.win-amd64-3.4\Release\skimagej
Found executable C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe
C
:\Anaconda3\lib\site-packages\setuptools-12.2-py3.4.egg\setuptools\dist.py:282: UserWarning: Normalizing '0.11dev' to '0.11.dev

error: Command "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC-packages\numpy\core\include -IC:\Anaconda3\include -IC:\Anaconda3\include /Tcskimage\_shared\geometry.c /Fobuild\temp.win-amd64-3.4ared\geometry.obj" failed with exit status 2

    geometry.c

    C:\Anaconda3\include\pyconfig.h(68) : fatal error C1083: Cannot open include file: '
io.h': No such file or directory
    ----------------------------------------
    Rolling back uninstall of scikit-image
    Command "C:\Anaconda3\python.exe -c "import setuptools, tokenize;__file__='
C:\\cygwin64\\tmp\\pip-jkks4ooy-build\\setup.py';execenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\cygwin64\tmp\pip-xqr2l87y-recor --single-version-externally-managed --compile" failed with error code 1 in C:\cygwin64\tmp\pip-jkks4ooy-build


Any suggestions? 
-Ben