On Sun, 16 Apr 2023, Ben Koenig wrote:
"meson build" didn't work?
No:
$ meson build
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'
Now I'm trying to learn why I can't install pkg_resources using pip with
python3-3.9.10 installed here:
# pip install pkg_resources
bash: /usr/bin/pip: /usr/bin/python3.7: bad interpreter: No such file or
directory
There is no python3.7 installed:
[root@salmo /usr/bin]# ls python*
python@ python2-config@ python2.7-config* python3-sip*
pythontex*
python-config@ python2-sip* python3@ python3.9*
python2@ python2.7* python3-config@ python3.9-config*
Rich