This package isn't putting the python modules where Arch expects. The issue I mentioned in my previous comment can be worked around by launching the app like this:
PYTHONPATH=/usr/lib/python3/dist-packages/ cura_app.py
Search Criteria
Package Details: cura-git 4.8.beta.r99.g5ab4062ce-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/cura-git.git (read-only, click to copy) |
---|---|
Package Base: | cura-git |
Description: | A full software solution for 3D printing aimed at RepRaps and the Ultimaker. |
Upstream URL: | https://github.com/Ultimaker/Cura |
Keywords: | 3dprint cura ultimaker |
Licenses: | GPL3 |
Conflicts: | cura |
Provides: | cura |
Submitter: | ad1217 |
Maintainer: | None |
Last Packager: | ad1217 |
Votes: | 15 |
Popularity: | 0.000195 |
First Submitted: | 2014-11-24 06:53 (UTC) |
Last Updated: | 2020-11-09 02:19 (UTC) |
Dependencies (24)
- curaengine-gitAUR
- libarcus-gitAUR
- libsavitarAUR (libsavitar-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-certifi
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-protobuf (python-protobuf-gitAUR)
- python-pynest2d-gitAUR
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-requests
- python-sentry_sdk
- qt5-graphicaleffects (qt5-graphicaleffects-gitAUR)
- qt5-quickcontrols (qt5-quickcontrols-gitAUR)
- qt5-quickcontrols2 (qt5-quickcontrols2-gitAUR)
- qt5-svg (qt5-svg-gitAUR)
- uranium-gitAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- cura-binary-data-gitAUR (optional) – Firmwares and translations
- cura-fdm-materials-gitAUR (optional) – Default Materials
- Show 4 more dependencies...
Required by (6)
- cura-plugin-octoprint-git (requires cura)
- cura-plugin-orientation-git (requires cura)
- cura-resources-fabtotum-git (requires cura)
- discovery200-files (requires cura) (optional)
- inkscape-paths2openscad (requires cura) (optional)
- libarcus-git (requires cura) (make)
Sources (1)
greyltc commented on 2015-08-23 15:52 (UTC)
greyltc commented on 2015-08-23 15:46 (UTC)
After fixing a few minor issues with the PKGBUILD, the package builds. However when I try to run the app:
$ cura_app.py
Error in sys.excepthook:
Traceback (most recent call last):
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2212, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
ImportError: No module named 'cura'
Original exception was:
Traceback (most recent call last):
File "/usr/bin/cura_app.py", line 14, in <module>
import cura.CuraApplication
ImportError: No module named 'cura'
greyltc commented on 2015-08-23 15:26 (UTC)
python-power-git does not exist
Pinned Comments
ad1217 commented on 2018-02-14 18:10 (UTC) (edited on 2020-03-01 18:53 (UTC) by ad1217)
This is a VCS package, which means that when you build it, it will set the pkgver based on the latest version in the upstream repo. The only thing bumping version numbers here does is make people who already have it installed see that it needs updating (assuming they use an AUR helper). Bumping it here frequently is both pointless, as anyone can just rebuild the package(s) to get the latest, and annoying, since the git repo updates many times a day. If you want to get the latest, I'd suggest running something like
to rebuild this and all related packages.Generally, I will only update these packages when something changes in the build process such that they don't work, dependencies change, or a major version is released.