Very excited about Wes and Hadley's feather initiative.
Problem installing on Windows 7 x64 machine. Specifically, when I
pip install feather-format
I get the following error and
feather
is not installed:
Added C:\Anaconda3 and C:\Anaconda3\Scripts to PATH.
C:\Anaconda3>pip install feather-format
Collecting feather-format
Downloading feather-format-0.1.2.tar.gz (99kB)
100% |################################| 102kB 1.1MB/s
Requirement already satisfied (use --upgrade to upgrade): cython>=0.21 in c:\anaconda3\lib\site-packages (from feather-f
ormat)
Building wheels for collected packages: feather-format
Running setup.py bdist_wheel for feather-format ... error
Complete output from command C:\Anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\SMD1\\App
Data\\Local\\Temp\\pip-build-za6ja3rs\\feather-format\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).
read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d C:\Users\SMD1\AppData\Local\Temp\tmpuhmkfhmypip-wheel-
--python-tag cp34:
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-3.4
creating build\lib.win-amd64-3.4\feather
copying feather\api.py -> build\lib.win-amd64-3.4\feather
copying feather\compat.py -> build\lib.win-amd64-3.4\feather
copying feather\version.py -> build\lib.win-amd64-3.4\feather
copying feather\__init__.py -> build\lib.win-amd64-3.4\feather
creating build\lib.win-amd64-3.4\feather\tests
copying feather\tests\test_reader.py -> build\lib.win-amd64-3.4\feather\tests
copying feather\tests\__init__.py -> build\lib.win-amd64-3.4\feather\tests
copying feather\libfeather.pxd -> build\lib.win-amd64-3.4\feather
copying feather\ext.pyx -> build\lib.win-amd64-3.4\feather
running build_ext
building 'feather.ext' extension
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
----------------------------------------
Failed building wheel for feather-format
Running setup.py clean for feather-format
Failed to build feather-format
Installing collected packages: feather-format
Running setup.py install for feather-format ... error
Complete output from command C:\Anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\SMD1\\A
ppData\\Local\\Temp\\pip-build-za6ja3rs\\feather-format\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__
).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:\Users\SMD1\AppData\Local\Temp\pip-6h_eg1f9-recor
d\install-record.txt --single-version-externally-managed --compile:
Compiling feather/ext.pyx because it changed.
Cythonizing feather/ext.pyx
running install
running build
running build_py
creating build
creating build\lib.win-amd64-3.4
creating build\lib.win-amd64-3.4\feather
copying feather\api.py -> build\lib.win-amd64-3.4\feather
copying feather\compat.py -> build\lib.win-amd64-3.4\feather
copying feather\version.py -> build\lib.win-amd64-3.4\feather
copying feather\__init__.py -> build\lib.win-amd64-3.4\feather
creating build\lib.win-amd64-3.4\feather\tests
copying feather\tests\test_reader.py -> build\lib.win-amd64-3.4\feather\tests
copying feather\tests\__init__.py -> build\lib.win-amd64-3.4\feather\tests
copying feather\libfeather.pxd -> build\lib.win-amd64-3.4\feather
copying feather\ext.pyx -> build\lib.win-amd64-3.4\feather
running build_ext
building 'feather.ext' extension
error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
----------------------------------------
Command "C:\Anaconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\SMD1\\AppData\\Local\\Temp\\pip
-build-za6ja3rs\\feather-format\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n',
'\n'), __file__, 'exec'))" install --record C:\Users\SMD1\AppData\Local\Temp\pip-6h_eg1f9-record\install-record.txt --s
ingle-version-externally-managed --compile" failed with error code 1 in C:\Users\SMD1\AppData\Local\Temp\pip-build-za6ja
3rs\feather-format\
You are using pip version 8.1.0, however version 8.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
It appears the offender is Microsoft Visual C++ is required(Unable to find vcvarsall.bat). I looked and the Microsoft Visual C++ 2010 v.10.0.40219 as well as v.8, 9, 12 are installed. I also searched for vcvarsall.bat, and it is NOT on my hard drive.
Any help would be great. I could REALLY use the functionality of feather!