[current] meson no module named pkg_resources
by walecha from LinuxQuestions.org on (#55BZ6)
Synced my slackware64 current installation with the latest packages from Fri Jul 3 20:28:47 UTC 2020 this morning, then I got meson error about missing python module:
Code:$ meson
Traceback (most recent call last):
File "/usr/bin/meson", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'Is it because of this?
Code:d/python-setuptools-48.0.0-x86_64-1.txz: Upgraded.Thanks


Code:$ meson
Traceback (most recent call last):
File "/usr/bin/meson", line 6, in <module>
from pkg_resources import load_entry_point
ModuleNotFoundError: No module named 'pkg_resources'Is it because of this?
Code:d/python-setuptools-48.0.0-x86_64-1.txz: Upgraded.Thanks