-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
RuntimeError: the sip module implements API v12.0 to v12.4 but the Arcus module requires API v12.6 #5930
Comments
Hi, Can you check your sip version?
|
Hi,
|
@francoisbrassart what if you run |
Yes, same error...
|
OK. It seems that libArcus might have been compiled against a different python version. Can you rebuild libArcus (please first delete the CMake cache) and carefully check the CMake output. |
Looks like it found the good path for Python |
Ok maybe I did something wrong, now I don't have this error anymore but the 2nd one
|
The
Your |
The 'UM' module is from Uranium. Did you add the Uranium path to env? $ export PYTHONPATH=[URANIUM_PATH]:${PYTHONPATH} |
@pkuiper-ultimaker My bad, when I export this path, I'm going back to the initial error
@LipuFei Nope, Don't have /usr/local/bin/sip...
|
OK. Then now run "cmake-gui" and point to the libArcus build folder. |
I did what you said : in cmake-gui, I linked the SIP EXECUTABLE to the value "/usr/local/lib/python3.6/dist-packages/sip.so". When I go back in the build folder of libArcus, I have this error
|
Try
I needed to include sudo because without it I got a permission error. Now I get this result and can start Cura
|
I'm cleaning house. |
Yep, you may close this. Thanks!
…On Thu, 21 Nov 2024 at 22:12, GregValiant ***@***.***> wrote:
I'm cleaning house.
Is this still a problem with current Cura versions (5.8.0 and up)? Can I
close this?
—
Reply to this email directly, view it on GitHub
<#5930 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALENIA22WNLDAYYYJBS6ZAD2BZEC3AVCNFSM6AAAAABSH5XVPOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJSGM2DIMBUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
NOTICE: This email may contain information that is confidential or
attorney-client privileged and may constitute inside information or trade
secrets. The contents of this email are intended only for the recipient(s)
listed above. If you are not the intended recipient, you are directed not
to read, disclose, distribute or otherwise use this transmission. If you
have received this email in error, please notify the sender immediately and
delete the transmission. Delivery of this message is not intended to waive
any applicable privileges.
|
Your welcome. |
Application version
master branch
Platform
Ubuntu 18.04
Reproduction steps
I followed this steps exactly : https://github.com/Ultimaker/Cura/wiki/Running-Cura-from-Source-on-Ubuntu.I installed all the libraries in /usr/lib (so I had to be super user to do it)
Actual results
I saw issue #5683 but when I try purge sip, I got
The text was updated successfully, but these errors were encountered: