简体   繁体   中英

C:\\Program Files\\Microsoft Visual Studio 14.0\\VC\\bin\\cl.exe' failed with exit status 2

The below error occurs while installing pyradiomics packages using python setup.py install

fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory error: command 'C:\\Program Files\\Microsoft Visual Studio 14.0\\VC\\bin\\cl.exe' failed with exit status 2

This error indicates your compiler can't find the required header files to compile the PyRadiomics C Extensions' source code.

The easiest solution is to get the latest PyRadiomics wheel from PyPi ( pip install pyradiomics ), which are precompiled for 64-bit Python 2.7, 3.4, 3.4, 3.4 on windows, linux and mac.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM