Quantcast
Channel: Python 3: ImportError "No Module named Setuptools" - Stack Overflow
Viewing all articles
Browse latest Browse all 26

Answer by Bjarte Brandt for Python 3: ImportError "No Module named Setuptools"

$
0
0

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 

Viewing all articles
Browse latest Browse all 26

Trending Articles