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: | None |
Last Packager: | Jake |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-13 21:55 (UTC) |
Last Updated: | 2021-04-11 12:25 (UTC) |
Dependencies (26)
- cython (cython-gitAUR, cython0AUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- python-cycler
- python-dateutil
- python-dill
- python-ezdxfAUR
- python-fonttools (python-fonttools-gitAUR)
- python-freetype-pyAUR
- python-kiwisolver
- python-lxml
- python-matplotlib (python-matplotlib-gitAUR)
- python-opengl
- python-or-toolsAUR
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-qrcode
- python-rasterioAUR
- python-reportlab
- python-rtree
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-shapely
- Show 6 more dependencies...
Latest Comments
1 2 3 Next › Last »
HenryJia commented on 2024-07-28 06:08 (UTC)
Flatcam no longer works with the current numpy version it seems. Running it in the terminal yields
ImportError: cannot import name 'Inf' from 'numpy' (/usr/lib/python3.12/site-packages/numpy/init.py). Did you mean: 'inf'?
Collateral commented on 2021-12-19 20:50 (UTC) (edited on 2021-12-19 20:53 (UTC) by Collateral)
Work only with python-vispy =< 0.7:
https://file.io/mj5XDdrUavYB
dale6998 commented on 2021-12-06 16:16 (UTC)
This fails after building and executing with: ``` [0] % flatcam
Traceback (most recent call last):
File "/opt/flatcam/FlatCAM.py", line 6, in <module>
File "/opt/flatcam/app_Main.py", line 52, in <module>
File "/opt/flatcam/appDatabase.py", line 4, in <module>
File "/opt/flatcam/camlib.py", line 43, in <module>
ModuleNotFoundError: No module named 'rasterio'
``` But, from the 7-25 comment, I am able to install
python-vispy`nobodyinperson commented on 2021-07-25 21:50 (UTC)
@gkatev Yes, vispy lately added
hsluv
as a dependency. Unfortunately, bothpython-vispy
(checksum error) andpython-vispy-git
(missingprovides
andconflicts
) on the AUR are both unusable currently.gkatev commented on 2021-07-21 10:48 (UTC)
Should python-hsluv be a dependency? It's not running without it, but it's also possible it should have been a dependency of another package (maybe vispy, which I spotted somewhere in the error message?)
synthead commented on 2021-06-10 07:02 (UTC)
Please add
python-pyserial
as a dependency. Thanks!Jake commented on 2021-04-11 12:15 (UTC)
@nobodyinperson: Merged, thanks!
nobodyinperson commented on 2021-04-10 13:12 (UTC)
Here is a version of this package with a FlatCAM MIME-type to enable opening FlatCAM project files from a file browser: https://gitlab.com/-/snippets/2103501, @Jake please consider merging.
fow0ryl commented on 2020-11-26 15:27 (UTC)
I' unable to build because there is a dependency to "python-vispy-git". This package is really old. Is it possible to use actual "python-vispy" instead?
Jake commented on 2020-04-29 21:10 (UTC)
@mruslan: Fixed now!
1 2 3 Next › Last »