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
Solution is to either always include importlib-metadata as a dependency in zulip_bots/setup.py, independently of the Python version, or do a conditional import checking for the Python version and using std's importlib.metadata instead of importlib_metadata for Python>=3.10.
Whichever the maintainers decide, I can file a pull request for it.
The text was updated successfully, but these errors were encountered:
Running on Python 3.10:
Solution is to either always include
importlib-metadata
as a dependency inzulip_bots/setup.py
, independently of the Python version, or do a conditional import checking for the Python version and using std'simportlib.metadata
instead ofimportlib_metadata
for Python>=3.10.Whichever the maintainers decide, I can file a pull request for it.
The text was updated successfully, but these errors were encountered: