Package Details: flatcam-git r3472.a64d01b5-1

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: nobodyinperson
Last Packager: Jake
Votes: 6
Popularity: 0.000000
First Submitted: 2016-02-13 21:55 (UTC)
Last Updated: 2021-04-11 12:25 (UTC)

Latest Comments

1 2 3 Next › Last »

Collateral commented on 2021-12-19 20:50 (UTC) (edited on 2021-12-19 20:53 (UTC) by Collateral)

  • Patched some files to adapt to Python 3.10
  • Added python-networkx as dependency

Work only with python-vispy =< 0.7:

- sudo pip uninstall vispy
- sudo pip install 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>

from app_Main import App

File "/opt/flatcam/app_Main.py", line 52, in <module>

from appDatabase import ToolsDB2

File "/opt/flatcam/appDatabase.py", line 4, in <module>

from camlib import to_dict

File "/opt/flatcam/camlib.py", line 43, in <module>

import rasterio

ModuleNotFoundError: No module named 'rasterio' ``` But, from the 7-25 comment, I am able to installpython-vispy`

nobodyinperson commented on 2021-07-25 21:50 (UTC)

@gkatev Yes, vispy lately added hsluv as a dependency. Unfortunately, both python-vispy (checksum error) and python-vispy-git (missing provides and conflicts) 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!

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...