etesync-dav icon indicating copy to clipboard operation
etesync-dav copied to clipboard

pypi version is newer & has a syntax error in setup.py

Open elig0n opened this issue 7 months ago • 3 comments

  1. version on pypi is newer than releases.
  2. version 0.32.1 on pypi has syntax error in setup.py which prevents being installed via pip install etesync-dav
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      error in etesync-dav setup command: 'install_requires' must be a string or list of strings co (after version specifier)
          types-setuptools>=50.0.0pyobjc-framework-Cocoa>=7.0.0 ; sys_platform=="darwin"
                          ~~~~~~~~^
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.

elig0n avatar Jul 11 '24 07:07 elig0n