Make sure you are running latest version of pip
Tried to install ansible
and it failed withModuleNotFoundError: No module named 'setuptools_rust'
python3-setuptools
already in place so upgrading pip
solved it.
pip3 install -U pip
Make sure you are running latest version of pip
Tried to install ansible
and it failed withModuleNotFoundError: No module named 'setuptools_rust'
python3-setuptools
already in place so upgrading pip
solved it.
pip3 install -U pip