-
Notifications
You must be signed in to change notification settings - Fork 10
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
OpenSCAD snap version throws error "libQt5Gamepad.so.5: cannot open shared object file" on import, works with AppImage version #51
Comments
Thank you. I'll look into it. |
libqt5gamepad5 is not available any more in the neon archives for 5.15.3. We'll have to wait for the extension to update to Qt 5.15.5. |
@ppd thanks for looking into it, feel free to close the issue or do whatever you want with this, I am happily using the AppImage version for now. |
Hi, I'm still seeing libQt5Gamepad.so.5 not found error when using openscad with snap from 2022-12-31 |
Full About info please |
I tried using appImage, it is not better. Where to report?
|
@sophana AppImage reports go to https://github.com/FreeCAD/FreeCAD-Bundle/issues |
@sophana can you check the latest v0.21 Snap ? |
I just encountered this error myself when running v0.21.1 on Ubuntu 22.04 installed from Snap. However, OpenSCAD installed from either Snap or apt doesn't have this error. |
I have this issue running v0.21.2 installed via snap on Ubuntu 23.10. (edit) add version about info
|
Ubuntu 22.04: I tried to compile freecad from source, since most dependencies were available, but there is ONE exception, which is VTK. You need version 7. Version 9 is available but not installable (broken -dev dependencies) and finally, version 7 does not compile, even after installing all the dependencies: https://discourse.vtk.org/t/vtk-7-1-1-cant-build-from-ubuntu-22-04-1-lts-aarch64/10381/3 so... long story short: you can't do things that require openscad. |
Re: VTK related ticket #26 |
These errors are still present in Ubuntu 24.04 Adding snap-specific PYTHONPATH to sys.path: /home/pac1/snap/freecad/common/.local/lib/python3.8/site-packages:/snap/freecad/908/lib/python3.8/site-packages:/snap/freecad/908/usr/lib/python3/dist-packages [code] |
I'm running Ubuntu 20.04 and I just installed the latest version of FreeCAD via snap.
When I attempt to import a simple scad file containing only a cube I get the following error.
This is working on the AppImage version (albeit it was getting a different error until I applied the patch mentioned in FreeCAD/FreeCAD-Bundle#107) I mentioned the snap version seemed broken with a different error and they asked I open an issue here.
The text was updated successfully, but these errors were encountered: