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
importlib.metadata is only available since python 3.8 so:
from importlib import metadata
will always fail on 3.7.
Since this was introduced in 2.8.3, maybe @bsrdjan should pull that release from pypi and only supply wheels for 2.8.2 (which works with 3.7) and anything > 3.0 requires python 3.8
import pyrfc
fails with ModuleNotFoundError: No module named 'importlib.metadata', in Python 3.7The text was updated successfully, but these errors were encountered: