I'm trying to install CDF (common-data-format) in Python using easy_install cdf in Anaconda command prompt in Windows 10.
I get error messages:
"error C2036: 'void *': unknown size",
"error: Setup script exited with error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\cl.exe' failed with exit status 2" preceded by a number of warnings.
When I tried to install using python setup.py install
command, I got the same error.
Any help is much appreciated.