ebird-api icon indicating copy to clipboard operation
ebird-api copied to clipboard

`pip install ebird-api` results in installing non-functional ebird-api-4.0.0

Open sammlapp opened this issue 6 months ago • 0 comments

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.

sammlapp avatar Aug 25 '25 04:08 sammlapp