I had this install error and stuck for a long time:
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
----------------------------------------
Failed building wheel for biogeme
Running setup.py clean for biogeme
Failed to build biogeme
Installing collected packages: biogeme
Running setup.py install for biogeme ... error
Complete output from command c:\users\vic_h\.julia\v0.6\conda\deps\usr\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\vic_h\\AppData\\Local\\Temp\\pip-install-hqtxxtv5\\biogeme\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\vic_h\AppData\Local\Temp\pip-record-b3cbrrc1\install-record.txt --single-version-externally-managed --compile:
Not using Cython
running install
running build
.........
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Tools\\MSVC\\14.16.27023\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
----------------------------------------
Command "c:\users\vic_h\.julia\v0.6\conda\deps\usr\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\vic_h\\AppData\\Local\\Temp\\pip-install-hqtxxtv5\\biogeme\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\vic_h\AppData\Local\Temp\pip-record-b3cbrrc1\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\vic_h\AppData\Local\Temp\pip-install-hqtxxtv5\biogeme\
I used python version 3.7.0, also I reinstall the VC++ build tools and upgrade the related things.
How can I solve this problem?
Thanks!