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

Problems on Installation #229

Open romulogcerqueira opened 7 years ago

romulogcerqueira commented 7 years ago

I followed the installation instructions and I got the following error:

Traceback (most recent call last):
  File "setup.py", line 4, in 
    from setuptools import setup, find_packages
ImportError: No module named 'setuptools'

How can I fix this?

popsaload commented 7 years ago

Found it.Install the setup tools, simple as that.sudo apt-get install python3-setuptoolsandsudo python3 setup.py install