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

--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article


--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article


Answer by Sardar Faisal for Python 3: ImportError "No Module named Setuptools"

Working on Debian, sometime it can be because of older pip version. Therefore, update pip>python -m pip install -U pip

View Article

Answer by Gautam Maurya for Python 3: ImportError "No Module named Setuptools"

Try installing the same using python==3.7.6It worked for me.

View Article

Answer by Yaakov Bressler for Python 3: ImportError "No Module named Setuptools"

If you using poetry to manage your virtual environment, have poetry upgrade your version of setuptools:poetry updateNote: Specifying poetry update setuptools might not work for you, since setuptools...

View Article


Answer by David Ding for Python 3: ImportError "No Module named Setuptools"

For OS level dependency, you need to instal the following packages:sudo apt install python3-setuptools python3-distutils-extra

View Article
Browsing all 26 articles
Browse latest View live