onedrive-d-old
onedrive-d-old copied to clipboard
Cannot install
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'
you have to install setuptools package using pip or apt-get.