Ultimaker / pyArcus

Python bindings for Arcus communication library between internal components for Ultimaker software
GNU Lesser General Public License v3.0
0 stars 1 forks source link

error when running "sip-install" #4

Open LowPower-Center opened 1 year ago

LowPower-Center commented 1 year ago

macos13.2 sip 6.5.1 ,got such an error as following:

These bindings will be built: pyArcus. Generating the pyArcus bindings... Generating the pyArcus .pyi file... Compiling the 'pyArcus' module... error: invalid argument '-std=c++17' not allowed with 'C' error: command '/usr/bin/clang' failed with exit code 1

how can I fix it ?

jellespijker commented 1 year ago

try updating sip to the latest version and make sure that you use the correct conan config etc.

you can find more information in the wiki on our Cura repo