-
Notifications
You must be signed in to change notification settings - Fork 260
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
No Module named 'rainbowstream.consumer' #272
Comments
Same here with Python 2.7.x:
My virtualenv:
|
Version 1.3.7 works OK, so it seems it's something that has been introduced in 1.3.8 |
Well I found a way to resolve this
Rainbowstream will open firefox to and request authorization from twitter with a PIN Code, enter the pin code in the rainbowstream prompt and everything will work just fine The most weird thing is the rainbowstram request is marked as twofi!!! You can see this in the twitter settings/apps. |
Sorry about the inconvenience. PyPi interface has changed and looks like I missed something while upload version 1.3.8. I will release a fix version (maybe 1.3.9) |
1.3.9 is up and this should be fine now |
For some reason, I can't install 1.3.9 |
Same, it install 1.3.8 even if 1.3.9 is available
|
This is what Pip says: Skipping link https://files.pythonhosted.org/packages/6a/60/41b07473d0f39b9a51468adc4f9c2158a3d6bbc42a36b37ace5424c82a74/rainbowstream-1.3.9-py2-none-any.whl#sha256=f485e63fc5217541ef1d361803c074a155e88dc1aebf57dbb11e26c80aaa8308 (from https://pypi.org/simple/rainbowstream/); it is not compatible with this Python @orakaro did you missed the python version flag somewhere? I'm trying with python 3.6.5 pip3 9.0.1 |
confirm that I also could not install RS 1.3.9 on Python 3.7:
However on Python 2.7.15 it works. |
Maybe because of records inside |
Version 1.4.0 should support Python 3.6.0 and 3.7.0 now. Please let me know if there is still any problem |
works on 3.7 now, thanks! |
Yeah I confirm, it works under python 3.6 But I still have this error at rainbowstream start:
Any ideas ? |
This error is related to Twitter API changes (User Stream deprecation) described in issue #271. For now you can update the feed manually by entering |
Hi,
Recently I installed rainbowstream
pip3 install -U rainbowstream
Ever since, I get this error when I launch rainbowstream:
Traceback (most recent call last): File "/usr/pip3/bin/rainbowstream", line 7, in <module> from rainbowstream.rainbow import fly File "/usr/pip3/lib/python3.6/site-packages/rainbowstream/rainbow.py", line 28, in <module> from .consumer import * ModuleNotFoundError: No module named 'rainbowstream.consumer'
The text was updated successfully, but these errors were encountered: