Search Criteria
Package Details: flatcam-qt6 r4043.f3d379e4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flatcam-qt6.git (read-only, click to copy) |
---|---|
Package Base: | flatcam-qt6 |
Description: | Generates CNC gcode from 2D PCB files (Gerber/Excellon/SVG) [QT6 Fork] |
Upstream URL: | http://flatcam.org |
Licenses: | MIT |
Conflicts: | flatcam-qt6 |
Provides: | flatcam |
Submitter: | Collateral |
Maintainer: | Collateral |
Last Packager: | Collateral |
Votes: | 2 |
Popularity: | 0.006047 |
First Submitted: | 2021-12-19 23:13 (UTC) |
Last Updated: | 2022-01-24 20:56 (UTC) |
Dependencies (29)
- 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-networkx (python-networkx-gitAUR)
- python-opengl
- python-or-toolsAUR
- python-pikepdf
- python-pip
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-qrcode
- python-rasterioAUR
- python-reportlab
- python-rtree
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-shapely
- python-simplejson
- python-svg.pathAUR
- python-svglib
- python-vispyAUR
- tk (tk-fossilAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
« First ‹ Previous 1 2
sdp8483 commented on 2022-09-14 10:48 (UTC)
I had to install
python-darkdetect
from the community repo to be able to launch flatcam after a new install.phantome commented on 2022-01-31 13:44 (UTC) (edited on 2022-01-31 13:45 (UTC) by phantome)
qdarktheme is not resolved. install pyqtdarktheme via pip to solve it. Careful, there is a "t" in there. For some unknown reason though, even with that installed and before you get into the gui, I got this:
/usr/bin/flatcam-qt6: line 3: 182195 Segmentation fault (core dumped) python /opt/flatcam-qt6/FlatCAM.py $@
Took like an hour to compile, so I gave up and moved to another version.
Collateral commented on 2022-01-24 20:55 (UTC)
Fixed the missing dependency. Through the .install file of makepkg, that installs the dependency via the python's pip
sdp8483 commented on 2022-01-24 02:25 (UTC)
I get
ModuleNotFoundError: No module named 'qdarktheme'
when trying to run. I have not been able to find what arch package will give me theqdarktheme
.« First ‹ Previous 1 2