STREAM icon indicating copy to clipboard operation
STREAM copied to clipboard

import stream as st st.__version__

Open sailseem opened this issue 3 years ago • 4 comments

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

sailseem avatar Oct 20 '21 00:10 sailseem

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

qrzhang avatar Oct 27 '21 15:10 qrzhang

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'

huidongchen avatar Oct 27 '21 17:10 huidongchen

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

sailseem avatar Nov 10 '21 20:11 sailseem

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

Roger-GOAT avatar Mar 19 '22 06:03 Roger-GOAT