pyinat / naturtag

Tag your nature photos with iNat taxonomy and observation metadata
https://naturtag.readthedocs.io
MIT License
37 stars 4 forks source link

TYPE_CHECKING flag set on Windows #211

Closed JWCook closed 2 years ago

JWCook commented 2 years ago

It seems that when installed on Windows, somehow the TYPE_CHECKING flag is getting set, leading to a ModuleNotFoundError due to missing optional dependencies in pyinaturalist-convert (typically pandas).

JWCook commented 2 years ago

This turned out to be a bug in pyinaturalist-convert (pre-release).