You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: