xybu / onedrived-dev

A Microsoft OneDrive client for Linux, written in Python3.
https://github.com/xybu/onedrived-dev
MIT License
705 stars 78 forks source link

Error installing on Ubuntu 18.04 5.0.0-29-generic #127

Open tiagoliveira9 opened 5 years ago

tiagoliveira9 commented 5 years ago

Trying to install from source with pip or manually I have a python error, NotADirectoryError.

Complete log https://pastebin.com/Rjx8xaup

tiagoliveira9 commented 5 years ago

On the requirements.txt, we must put "onedrivesdk<2", because onedrivesdk 2.0 is deprecated. But it gives other errors further down. I am assuming this repo is dead.

elliott10 commented 5 years ago

Found this Project description on https://pypi.org/project/onedrivesdk/

This package has been deprecated and should no longer be used.

To continue using the old version of this package, please install onedrivesdk < 2.

Visit docs.microsoft.com/graph/onedrive-concept-overview for information about using the new Microsoft Graph APIs to access and manage OneDrive accounts.

You can find other packages published by Microsoft at pypi.org/user/microsoft