dfd-tud / deda

https://dfd.inf.tu-dresden.de
GNU General Public License v3.0
1.57k stars 92 forks source link

Clarification of the documentation? #18

Closed l-g closed 4 years ago

l-g commented 4 years ago

_Optional requirement by deda_anonmaskapply (GNU/Linux only): $ pip3 install wand

  1. Is wand not required on Mac OS X?
  2. Don't you need to be root to install wand like that or shouldn't it be installed with --user ?
timojuez commented 4 years ago

Hi,

Wand is never being required. If you can mange to install it (whatever platform), the anonymisation dots can be placed under black areas such as black text, so they do not overlay them. Can you install wand with pip3 without the --user parameter? It should be set automatically when you run pip3 as a user.

Am Sa., 23. Nov. 2019 um 13:39 Uhr schrieb l-g notifications@github.com:

Optional requirement by deda_anonmask_apply (GNU/Linux only): $ pip3 install wand

  1. Is wand not required on Mac OS X?
  2. Don't you need to be root to install wand like that or shouldn't it be installed with --user ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dfd-tud/deda/issues/18?email_source=notifications&email_token=ABCBCDZBN7WMXQAB32RRR7LQVEQBPA5CNFSM4JQ2ANJKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H3R2CXQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCBCDZ64RJNKP5QRNOPL5LQVEQBPANCNFSM4JQ2ANJA .

l-g commented 4 years ago
  1. Maybe you should elaborate a bit on what wand is in the documentation. I don't understand it from the context. Isn't it required if you have light coloured parts on your printout?

  2. Nope:

% pip3 install wand
Collecting wand
  Using cached https://files.pythonhosted.org/packages/3e/43/0fbca3a034c92f3ac989948a0920d0b4f6c0c3c3317769fcaac8dde57e35/Wand-0.5.7-py2.py3-none-any.whl
Installing collected packages: wand
Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Library/Python/3.7'
Consider using the `--user` option or check the permissions.

You are using pip version 19.0.3, however version 19.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

This is on Mac OS X 10.15 using Python 3.7 from Mac Ports.

timojuez commented 4 years ago

Updated in dev branch.