I am running Ubuntu 20.04 in WSLg under a Windows 11 insider build (build 22523). When I do certain Python-related things, I keep getting these two warnings:
/home/eafpres/.local/lib/python3.8/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
/home/eafpres/.local/lib/python3.8/site-packages/pkg_resources/__init__.py:116: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
For example, I just did:
pip install plotly
and got these, but the install worked fine. Similarly, I get them when I start my IDE (Spyder).
Is there something wrong with my Ubuntu install?