Здравствуйте.
Пытаюсь установиться базу данных CoolProp для Python 3.7 (х64) через pip
pip install CoolProp
В итоге получается следующая ошибка:
building ‘CoolProp.CoolProp’ extension
error: Microsoft Visual C++ 14.0 is required. Get it with “Microsoft Visual C++ Build Tools”: http://landinghub.visualstudio.com/visual-cpp-build-tools
Command “c:\python\python37-32\python.exe -u -c ”import setuptools, tokenize;__file__='C:\\Users\\642E~1\\AppData\\Local\\Temp\\pip-install-3whwg98_\\coolprop\\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\642E~1\AppData\Local\Temp\pip-record-x486zkyq\install-record.txt –single-version-externally-managed –compile” failed with error code 1 in C:\Users\642E~1\AppData\Local\Temp\pip-install-3whwg98_\coolprop\
На компьютере установлен Microsoft Visual C++ 2017 Redistributable (x64) 14.14.26429
В чём может быть проблема?