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
% python -Werror -c 'import pkg_resources'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/venv/lib/python3.10/site-packages/pkg_resources/__init__.py", line 73, in <module>
from pkg_resources.extern import appdirs
File "<frozen importlib._bootstrap>", line 1026, in _find_and_load
File "<frozen importlib._bootstrap>", line 1005, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 681, in _load_unlocked
ImportWarning: VendorImporter.exec_module() not found; falling back to load_module()
Package Version
---------- -------
packaging 20.8
pip 20.3.3
pyparsing 2.4.7
setuptools 51.0.0
Python 3.10.0a3+ (heads/master:c56f9df049, Dec 19 2020, 19:50:13)
The text was updated successfully, but these errors were encountered:
With Python 3.10-dev (since python/cpython@2de5097ba4 (python/cpython#23469)) an ImportWarning is issued when
exec_module
is missing.The text was updated successfully, but these errors were encountered: