-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I get SIP on Windows? #128
Comments
There is a way around it, but as a result you won't be able to use Cura's front-end. You'd only be able to use CuraEngine as a command-line program, and won't be able to use the profiles that come with Cura. Not recommended.
You could install the mainline Cura releases and pick out the Python package for Arcus from the installation folder ( Sip is one of the most annoying dependencies since there is hardly any community around it as far as I could find, and documentation by Riverbank is indeed quite sparse. We have instructions on how to build Sip and Arcus for running Cura from source in the wiki of Cura: https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Windows#sip
Also note that you'll have to run this a second time for CuraEngine, but using MinGW, as listed here: https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Windows#curaengine This is because CuraEngine only supports compilation with MinGW, but Python bindings need to be compiled with MSVC. |
Hi team, I'm only here asking because I got the following error while trying to build Cura using cura-build on native Windows. Stop me right here and point me the right path if there is a way around it (building libArcus, or SIP in turn).
So according to the last post on this issue: Ultimaker/CuraEngine#927
I think I am supposed to build libArcus. I did try finding an already built binary copy of libArcus for Windows but couldn't find it anywhere on the internet about 2 months ago. Stop me right here if there is a shortcut.
Anyway, without a shortcut, I tried to build libArcus, and got this error:
I looked everywhere on the internet for a
sip.exe
but couldn't find any. So I tried to build it. There aren't much documentation around how to do it, so I triedpip
, https://riverbankcomputing.com/software/sip/download and somewhere I can download the source file for the latest version (which is supposed to be already installed when I usedpip
). No success. I triedpython configure.py
andnmake
with the 4.19.25 version, got the following error:Help? Please?
The text was updated successfully, but these errors were encountered: