Package Details: fawkes-git 0.3.r27.gaedaa82-1

Git Clone URL: https://aur.archlinux.org/fawkes-git.git (read-only, click to copy)
Package Base: fawkes-git
Description: Image cloaking tool for personal privacy
Upstream URL: https://sandlab.cs.uchicago.edu/fawkes/
Licenses: BSD
Conflicts: fawkes
Provides: fawkes
Submitter: Chocobo1
Maintainer: Chocobo1
Last Packager: Chocobo1
Votes: 1
Popularity: 0.000000
First Submitted: 2020-07-24 03:38 (UTC)
Last Updated: 2023-04-10 13:47 (UTC)

Pinned Comments

Chocobo1 commented on 2021-05-19 10:28 (UTC)

I've submit a binary package which would be easier to install and needs no extensive building steps like this one.

Latest Comments

Chocobo1 commented on 2021-05-19 10:28 (UTC)

I've submit a binary package which would be easier to install and needs no extensive building steps like this one.

yochananmarqos commented on 2021-05-18 14:26 (UTC)

@dreieck: It's looking for the unofficial OpenCV module.

dreieck commented on 2021-05-18 13:08 (UTC)

... A run of fawkes errors out with The 'opencv-python>=4.1.0' distribution was not found and is required by mtcnn, although python-opencv is installed in version 5.4.2 (from the Arch repositories) and a standalone python -c 'import mtcnn' also does not fail.

dreieck commented on 2021-05-18 12:16 (UTC)

python-mtcnn and python-mtcnn-git are now in the AUR, you can now add the proper dependency python-mtcnn. (python-mtcnn-git properly provides python-mtcnn.)

ilf0 commented on 2021-05-06 09:03 (UTC)

I can confirm that this package depends on https://pypi.org/project/mtcnn/, which is currently not packaged for Arch, not even in AUR. This breaks this package and makes it useless. :(

Kicer commented on 2021-04-30 08:22 (UTC) (edited on 2021-04-30 08:22 (UTC) by Kicer)

$ fawkes

(...)

pkg_resources.DistributionNotFound: The 'mtcnn' distribution was not found and is required by fawkes

ddeberhar commented on 2020-08-10 17:14 (UTC)

pkg_resources.ContextualVersionConflict: (tensorflow 2.2.0 (/usr/lib/python3.8/site-packages), Requirement.parse('tensorflow<=1.15.0,>=1.12.0'), {'fawkes'})

Despite resolving dependencies of fawkes depending on python-keras while pyton-keras depends on python2-h5py (no such package avl.) - Manjaro 20.0.3 pamac. Further see comment on python2-keras AUR page - python-keras is getting deprecated soon. Currently, the official page requests people switch to tf.keras. - (2019-10-29) - Yet if installing python-keras separately and editing the Build file as advised in the next comment there, removing the python2 dependencies, build prepare and build steps, the installations complete, but fawkes fails.

Living commented on 2020-07-24 08:31 (UTC)

After building the package, I get this error when executing fawkes:

pkg_resources.DistributionNotFound: The 'keras<=2.3.1,>=2.2.5' distribution was not found and is required by fawkes

Unfortunately the AUR package python-keras is currently broken.