OneDrive / onedrive-sdk-python

OneDrive SDK for Python! https://dev.onedrive.com
MIT License
1.08k stars 189 forks source link

Error while installing on Google Colab #166

Open zain910128 opened 4 years ago

zain910128 commented 4 years ago

When i use the install command on google Colab, i get the following error: ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

jkmartindale commented 4 years ago

This library is deprecated, and the latest version on PyPI is a stub that says it's deprecated: image

You can either install the latest real version of the library with

!pip install "onedrivesdk<2"

Or install the community fork onedrivesdk-fork, which has bug fixes that never got merged in.

KTibow commented 4 years ago

@zain910128 @jkmartindale is this issue closed? I agree this is a problem that Microsoft needs to fix.

jkmartindale commented 4 years ago

This issue will not be resolved as this is a deprecated/abandoned library. Use the workaround above.

No idea if that means this issue should be closed because no code change is "required" or if it should stay open so more people can find the workaround.

zain910128 commented 4 years ago

I think keep it open since the problem hasn't been fixed officially. Plus, others can find the work around.

On Sun, 15 Mar 2020, 22:48 James Martindale, notifications@github.com wrote:

This issue will not be resolved as this is a deprecated/abandoned library. Use the workaround above. No idea if that means this issue should be closed because no code change is "required" or if it should stay open so more people can find the workaround.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OneDrive/onedrive-sdk-python/issues/166#issuecomment-599313944, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHO3XND7MU6X553MZBJYVZLRHWHOLANCNFSM4JCXN32A .