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

Can't load the package in google colab #11

Closed
seuriously opened this issue Jan 31, 2022 · 2 comments
Closed

Can't load the package in google colab #11

seuriously opened this issue Jan 31, 2022 · 2 comments

Comments

@seuriously
Copy link

Hi, thank you for developing the package.
I tried to use it in fresh google colab session but it keeps giving me dask error.

The installation is successful but loading the package gives me this error:
image

thank you..

@seuriously seuriously changed the title Can't install the package in google colab Can't load the package in google colab Jan 31, 2022
@davemlz
Copy link
Member

davemlz commented Jan 31, 2022

Hi, @seuriously!

I'm aware of this. Colab is having some trouble with the way it is loading python packages. In your local machine it should work, but to make it work in Colab, please install pyyaml==5.4.1:

!pip install spyndex pyyaml==5.4.1

import spyndex

Let me know if it works!

Best,

Dave

@seuriously
Copy link
Author

yes.. it can load now..
thank you for your quick solution!!

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

2 participants