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

import stream as st st.__version__ #129

Open
sailseem opened this issue Oct 20, 2021 · 4 comments
Open

import stream as st st.__version__ #129

sailseem opened this issue Oct 20, 2021 · 4 comments

Comments

@sailseem
Copy link

Dear,
Thank you for this good package, well, I can install this successfully, but when I run the jupyter I cannot even import stream as st. Always returns to "The kernel appears to have died." I can import pandas or other packages without issues.
Can you help me with it? Thanks

@qrzhang
Copy link
Contributor

qrzhang commented Oct 27, 2021

Hi Sailseem,

It's hard to say what exactly the problem is. But it should be some problem related to your environment. It should be easier to directly use the docker image we provided. It's simple with only two steps, installing Docker and loading stream image. You can find detailed instructions from our GitHub homepage.

CleanShot 2021-10-27 at 11 41 14

@huidongchen
Copy link
Collaborator

Dear, Thank you for this good package, well, I can install this successfully, but when I run the jupyter I cannot even import stream as st. Always returns to "The kernel appears to have died." I can import pandas or other packages without issues. Can you help me with it? Thanks

Hi, Sorry about the delay. Can you add the following code before importing 'stream' and give it another try?

import os 
os.environ['KMP_DUPLICATE_LIB_OK']='True'

@sailseem
Copy link
Author

thanks, but not solve my problem, i guess I will try to use docker instead

@Roger-GOAT
Copy link

can't download daemon.
Can anyone solve this "The kernel appears to have died." ?

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

4 participants