STREAM
STREAM copied to clipboard
import stream as st st.__version__
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 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.
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'
thanks, but not solve my problem, i guess I will try to use docker instead
can't download daemon. Can anyone solve this "The kernel appears to have died." ?