Bondify / gtfs_functions

Package with useful functions to create geo-spatial visualizations from a GTFS.
MIT License
114 stars 30 forks source link

module 'pendulum' has no attribute 'period' #36

Closed philam closed 7 months ago

philam commented 8 months ago

It seems that a new version of the pendulum module has been released (3.0) which is breaking something in the code.

When I tried running stop_freq (running a conda env with Python 3.8) I got the error:

AttributeError: module 'pendulum' has no attribute 'period'

I fixed this temporarily by installing the 2.1.2 version of pendulum.

Some more information here that I found when researching the issue: https://github.com/dagster-io/dagster/discussions/18783

Thanks!

Bondify commented 7 months ago

hi @philam thanks for raising this issue. This problem should be solve from version 2.3.0 onwards.