ebird-api
ebird-api copied to clipboard
`pip install ebird-api` results in installing non-functional ebird-api-4.0.0
I'm not sure how this happened, but a simple pip install command on August 24, 2025 led to
Downloading ebird_api-4.0.0-py3-none-any.whl.metadata (12 kB)
Downloading ebird_api-4.0.0-py3-none-any.whl (26 kB)
Installing collected packages: ebird-api
Successfully installed ebird-api-4.0.0
and when I tried to use the package, the functionalities were all missing.
I uninstalled then installed ebird-api==3.4.2, the latest version visible on GitHub, and this version is working properly.