-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
Moteus GUI Segfaults #59
Comments
Hi! That is a known problem with pyside6.7. The pip packages require a version older than 6.7, but it looks like Fedora 40 has pyside 6.7 as a system package which you may have installed through yum. Are you familiar with using python virtual environments? If so, as a workaround you could use one with site packages disabled.
|
For reference, the upstream bug we filed is: jupyter/qtconsole#605 |
Wow thanks for the quick fix. I am running python3 so I had to change your command slightly to
Unfortunately PySide 6.6 was still installed in the venv for some reason. I did a manual update with
Confirmed with
Got the output to be 6.7.2 which is what you mentioned needing. Then I ran And everything is working! Thanks for the quick help. Looking forward to using these controllers. We are building a satellite simulator in my lab and are using these for the gyroscopes. |
Glad it is working for you! PySide 6.6 should work as that is what the wheel requests. At least 6.7.0 was broken, and I thought that Fedora 40 had 6.7.2 installed as the system package, but perhaps you have a different one or it has other patches that keep it broken. |
I am trying to run the moteus_gui / tview tools to connect to my moteus-c1 for the first time. I am following the instructions of the getting started video here.
I am running Fedora 40. I ran the
pip3 install moteus-gui
command successfully. When I runpython3 -m moteus_gui.tview
command I get the following seg fault:[1] 8384 segmentation fault (core dumped) python3 -m moteus_gui.tview
I tried running gdb with
gdb --args python3 -m moteus_gui.tview
. I have attached the backtrace. backtrace.txt I put it into chatGPT and got the following which may or may not be correct:I reinstalled the shiboken6 library but it had no effect.
Thank you for the support.
The text was updated successfully, but these errors were encountered: