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 Next › Last »
Jake commented on 2020-04-29 21:10 (UTC)
@mruslan: Fixed now!
mruslan commented on 2020-04-29 18:39 (UTC)
makepkg stops, looks like they changed location of some files recently. It ran fine about a week ago.
==> Starting package()... install: cannot stat 'share/flatcam_icon256.png': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...
gururise commented on 2020-04-06 22:32 (UTC) (edited on 2020-04-06 22:33 (UTC) by gururise)
Getting this error, even though I have python-dill installed..
Jake commented on 2020-03-25 01:27 (UTC) (edited on 2020-03-25 01:28 (UTC) by Jake)
Ahh yes, I forgot to mention that, you have to manually update svg.path with the PKGBUILD i posted there in the comments: https://aur.archlinux.org/packages/python-svg.path#comment-735237
Okay, i see you figured it out already :D
malosasha commented on 2020-03-25 01:22 (UTC) (edited on 2020-03-25 01:24 (UTC) by malosasha)
HI it fails because of outdated python-svg.path package with error
ImportError: cannot import name 'Move' from 'svg.path.path' (/usr/lib/python3.8/site-packages/svg/path/path.pyIt is necessary to manually build python-svg.path as explained here in comments :
https://aur.archlinux.org/packages/python-svg.path/
Jake commented on 2020-03-23 19:24 (UTC)
Development seems to happen in the
Betabranch, so i switched to it now and updated all the dependencies... Finally QT5, but now even more dependencies and still a few big ones from AUR.Let me know if it at least starts now. Otherwise please try to figure out the issue and propose a patch. If someone is interested i can also add you as (co) maintainer here.
gururise commented on 2020-03-23 17:20 (UTC) (edited on 2020-03-23 17:34 (UTC) by gururise)
I'm having the same exact error as @dale6998. I even tried building from a more recent git commit (on 01/01/2020) and still get the same error when trying to run flatcam.
Think it might have something to do with this bug: https://github.com/matplotlib/matplotlib/issues/16834
dale6998 commented on 2020-03-22 17:03 (UTC)
Hello, Flatcam fails with the following:
Any ideas on what could be causing this?
Jake commented on 2019-11-17 23:50 (UTC)
@basiliscus: It is completely fine to manually bump a package version, that is the right solution. You are just commenting on the wrong package here, the
python-sip-pyqt4package needs the update, so you can just flag that out date (i already did it now).basiliscus commented on 2019-11-16 21:54 (UTC)
I had the same issue as toxicfeet. I know this is probably a frowned upon solution, but I just needed the software to work.
The issue appears to be in the sip module, so I had a look around the PKGBUILD for
python-sip-pyqt4. It seemed to be using an older version of the package. I changed thepkgverto bepkgver=4.19.19, then ranupdpkgsums. That seemed to work, the error stopped showing and flatcam booted up fine.I imagine that this might cause other errors in the system though, I am not really certain, that is just how I made flatcam boot. I haven't come across any side effects yet.
« First ‹ Previous 1 2 3 Next › Last »