-
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
stream import in conda env #119
Comments
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 Is it the same you tried? |
I have also similar issue,ModuleNotFoundError Traceback (most recent call last) /Users/wajm/.pyenv/versions/anaconda3-2020.07/envs/env_stream/lib/python3.6/site-packages/stream/init.py in () /Users/wajm/.pyenv/versions/anaconda3-2020.07/envs/env_stream/lib/python3.6/site-packages/stream/core.py in () /Users/wajm/.pyenv/versions/anaconda3-2020.07/envs/env_stream/lib/python3.6/site-packages/rpy2/robjects/pandas2ri.py in () ModuleNotFoundError: No module named 'tzlocal' |
I've found solution. |
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.
The text was updated successfully, but these errors were encountered: