Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while installing on Google Colab #166

Open
zain910128 opened this issue Oct 21, 2019 · 4 comments
Open

Error while installing on Google Colab #166

zain910128 opened this issue Oct 21, 2019 · 4 comments

Comments

@zain910128
Copy link

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
Copy link

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
Copy link

KTibow commented Mar 16, 2020

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

@jkmartindale
Copy link

jkmartindale commented Mar 16, 2020

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
Copy link
Author

zain910128 commented Mar 24, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants