-
Notifications
You must be signed in to change notification settings - Fork 48
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
Comments
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. |
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. |
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
The text was updated successfully, but these errors were encountered: