onedrive-d-old icon indicating copy to clipboard operation
onedrive-d-old copied to clipboard

ImportError: No module named 'setuptools'

Open dr4g0sh opened this issue 7 years ago • 4 comments

File "setup.py", line 4, in from setuptools import setup, find_packages ImportError: No module named 'setuptools'

dr4g0sh avatar Oct 22 '17 00:10 dr4g0sh

same problem

peku1964 avatar Oct 31 '17 11:10 peku1964

Run this command : wget -O- https://bootstrap.pypa.io/get-pip.py | sudo python3 you'll be ok after !

chrdumas avatar Nov 15 '17 01:11 chrdumas

hello, I'm new user of Linux Mint, how can I Run this command? I clik and see, get-pip.py and many commands inside. What is the next steep? Thanks for your help!!

ErickCor avatar Jan 12 '18 16:01 ErickCor

The easiest way: sudo apt-get install python3-setuptools in the console

iasonov avatar Mar 25 '18 10:03 iasonov