xybu / onedrive-d-old

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

Cannot install #249

Open bahatron opened 5 years ago

bahatron commented 5 years ago

I'm following this steps: https://medium.com/@glmdev/onedrive-sync-for-linux-ubuntu-2bcbf6777ee4

After cloning the project, i ran sudo python3 ./setup.py install i get the following error:

Traceback (most recent call last):
  File "./setup.py", line 11, in <module>
    from setuptools import setup, find_packages
ModuleNotFoundError: No module named 'setuptools'
UchihaSR commented 5 years ago

you have to install setuptools package using pip or apt-get.