xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
821 stars 144 forks source link

ImportError: No module named 'setuptools' #232

Open dr4g0sh opened 6 years ago

dr4g0sh commented 6 years ago

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

peku1964 commented 6 years ago

same problem

chrdumas commented 6 years ago

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

ErickCor commented 6 years ago

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!!

iasonov commented 6 years ago

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