Search Criteria
Package Details: flatcam-git r3472.a64d01b5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/flatcam-git.git (read-only, click to copy) |
|---|---|
| Package Base: | flatcam-git |
| Description: | Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG) |
| Upstream URL: | http://flatcam.org |
| Keywords: | cam cnc excellon gerber milling python svg |
| Licenses: | MIT |
| Conflicts: | flatcam |
| Provides: | flatcam |
| Submitter: | Jake |
| Maintainer: | einokarlsson |
| Last Packager: | tippfehlr |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-02-13 21:55 (UTC) |
| Last Updated: | 2026-06-12 14:22 (UTC) |
Dependencies (26)
- cython (cython-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python-cycler
- python-dateutil (python-dateutil-gitAUR)
- python-dill
- python-ezdxfAUR
- python-fonttools (python-fonttools-gitAUR)
- python-freetype-py
- python-kiwisolver
- python-lxml
- python-matplotlib (python-matplotlib-gitAUR)
- python-opengl
- python-or-toolsAUR
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR)
- python-qrcode
- python-rasterioAUR
- python-reportlab
- python-rtree
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-shapely
- Show 6 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3
toxicfeet commented on 2019-11-10 02:03 (UTC) (edited on 2019-11-10 16:38 (UTC) by toxicfeet)
Drawing a blank after running yay -Syu flatcam-git
I first ran pacman -Syu and updated everything followed by the above command. python-pyqt4 will not install without editing the '-f' flag out as listed in its AUR comments. I removed the '-f' flag from python-pyqt4 to get it to install.
After installing everything this is the error that prevents flatcam from running.
Traceback (most recent call last): File "/usr/bin/flatcam", line 11, in <module> from PyQt4 import QtGui RuntimeError: the sip module implements API v12.0 to v12.6 but the PyQt4.QtGui module requires API v12.7
Unforunately, flatcam does not run and gives the error above.
Jake commented on 2017-10-20 18:25 (UTC)
r2d2 commented on 2017-09-11 18:32 (UTC)
yair commented on 2016-03-31 09:12 (UTC)
« First ‹ Previous 1 2 3