When installing Shiboken (both separately from PySide and with it), a compilation error occurs under pip . Error text:
C:\Users\***\AppData\Local\Temp\pip-build-l7ifih_w\Shiboken\sources\shiboken\libshiboken\basewrapper.cpp:773:45: error: cast from 'PyObject* {aka _object*}' to 'Py_hash_t {aka int}' loses precision [-fpermissive] return reinterpret_cast<Py_hash_t>(pyObj); ^ error: Error compiling shiboken Installation command:
pip install --global-option="--make-spec=mingw" PySide (или Shiboken) Used: Python 3.4; MinGW-w64 (gcc 4.9.3); CMake 3.7.0 Python 3.4; MinGW-w64 (gcc 4.9.3); CMake 3.7.0
How to solve this problem?