Open ajitjohnson opened 3 years ago
Hi Ajit,
Thanks for the feedback. I just tested it on my laptop. It seems to work fine for me.
This is what I did:
$ conda create -n test_env_stream python stream=1.0 jupyter -y
$ conda activate test_env_stream
$ jupyter notebook
Then I am able to import stream
in Jupyter Notebook.
Is it the same you tried?
ModuleNotFoundError Traceback (most recent call last)
I've found solution. under env, update tzlocal and rpy2.
I've found solution. under env, update tzlocal and rpy2.
Thanks for sharing the solution! Unfortunately I have not been able to reproduce this issue myself. But I will certainly keep it in mind for the new version.
Hi when I tried to install stream in a new conda env as suggested, I get the following error when importing the package.
Thank you.