You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I have been using etesync-dav via a virtualenv and struggled with the same problem.
Culprit was that I updated the venv to Python 3.11, the solution was to recreate it with Python 3.10. Afterwards I was able to install from pypi just fine.
For the record: I also tried to install from source, but that lead to the same error as in #296. That error however was resolved by installing etebase directly from source too, but afterwards I ran into another issue:
pip install etesync-dav
The text was updated successfully, but these errors were encountered: