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
First, I'm new to all this so excuse me if I'm doing all of this wrong :)
I've been using your great package on my mac, but I want to move my python scripts to my raspberry pi. Unfortunally, on the Pi, I'm only able to get version 0.1.25 using 'pip3 install icalevents', and adding ==0.1.29 only generates the error 'No matching distribution...'
I've looked at piwheel.org and pypi.org and both lists 0.1.29, so i'm assuming that the problem is on my Pi.
For fun, I removed the 'sort=' parameter I've been using, to see if it would compile, but then I godt the error 'TypeError: can't compare offset-naive and offset-aware datetimes' instead.
I would appriciate any ideas or pointers to what I should to.
Best,
Jens Peter
The text was updated successfully, but these errors were encountered:
Hi @jens-peter-xxx
I was able to install icalevents with pip and pipx on an arm device. What distribution are you using, maybe I can reproduce this issue.
For the TypeError, can you share the offending ics? (perhaps just the one event that causes that error, anonymized of course)
Hi Martin,
I have tracked the issue (with help from coworkers) to my python version being too old. Since 0.1.26 we found a requirement for 3.9, and my local version was 3.7, so ofcourse pip could not fetch the latest version. I've updated my Raspberrys python to 3.12, and now it works as expected (and, as it does on my Mac).
Thank you for your help, and for your time developing this great package!
Hi there,
First, I'm new to all this so excuse me if I'm doing all of this wrong :)
I've been using your great package on my mac, but I want to move my python scripts to my raspberry pi. Unfortunally, on the Pi, I'm only able to get version 0.1.25 using 'pip3 install icalevents', and adding ==0.1.29 only generates the error 'No matching distribution...'
I've looked at piwheel.org and pypi.org and both lists 0.1.29, so i'm assuming that the problem is on my Pi.
For fun, I removed the 'sort=' parameter I've been using, to see if it would compile, but then I godt the error 'TypeError: can't compare offset-naive and offset-aware datetimes' instead.
I would appriciate any ideas or pointers to what I should to.
Best,
Jens Peter
The text was updated successfully, but these errors were encountered: