dotdrop icon indicating copy to clipboard operation
dotdrop copied to clipboard

[bug] Can't install on Termux (Android) due to bug in dependency

Open ErrrorMaxx opened this issue 9 months ago • 2 comments

Describe the bug

Dotdrop uses ruamel.yaml.clib somewhere in its dependencies which suffers from bug: https://sourceforge.net/p/ruamel-yaml-clib/tickets/22/

Because of this bug dotdrop cannot be installed on Termux, FreeBSD and some others

Steps to Reproduce

Steps to reproduce the behavior:

  1. Setup Termux on your Android phone
  2. Run pip install dotdrop

Expected behavior

Dotdrop can be installed

ErrrorMaxx avatar May 23 '24 07:05 ErrrorMaxx