przemub / ics_caldav_sync

ICS to CalDAV synchronisation
MIT License
6 stars 6 forks source link

Issues with arrow package while installation #2

Closed therealmaxmoon closed 1 year ago

therealmaxmoon commented 1 year ago

I've installed newest Python and created a new virtualenv and tried to install all packages with

pip3.11 install -r requirements.txt

But it throws the arrow:

ERROR: Cannot install -r requirements.txt (line 5) and arrow==1.2.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested arrow==1.2.1
    ics 0.7 depends on arrow<0.15 and >=0.11
przemub commented 1 year ago

Hi @therealmaxmoon, thanks for the report! I've updated the requirements file and it seems to install correctly. Let me know if anything's still wrong.