question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ModuleNotFoundError: No module named 'rx.subjects'

See original GitHub issue

Hey there, been using TCD for a while now, great little program! Perfect tool for archivists like myself.

Although, today I ran into a bit of an issue. I updated all of my Python stuff, and afterwards I noticed TCD wasn’t working anymore. Here’s what I get:

systwis-MacBook-Air:~ systwi$ tcd
Traceback (most recent call last):
  File "/usr/local/bin/tcd", line 6, in <module>
    from tcd import main
  File "/usr/local/lib/python3.7/site-packages/tcd/__init__.py", line 7, in <module>
    from .downloader import Downloader
  File "/usr/local/lib/python3.7/site-packages/tcd/downloader.py", line 9, in <module>
    from twitch import Helix
  File "/usr/local/lib/python3.7/site-packages/twitch/__init__.py", line 1, in <module>
    from .chat import Chat
  File "/usr/local/lib/python3.7/site-packages/twitch/chat/__init__.py", line 1, in <module>
    from .chat import Chat
  File "/usr/local/lib/python3.7/site-packages/twitch/chat/chat.py", line 3, in <module>
    from rx.subjects import Subject
ModuleNotFoundError: No module named 'rx.subjects'

Adding extra flags still produces the same errors. I’m using macOS 10.13.6 and Python 3.7.4.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
PetterKraabolcommented, Jul 17, 2019
0reactions
PetterKraabolcommented, May 8, 2020

Which version of rx do you have? tcd 3.2.0 with rx 3.1.0 should work fine

Read more comments on GitHub >

github_iconTop Results From Across the Web

ModuleNotFoundError: No module named 'Rx' - RoseIndia.Net
How to remove the ModuleNotFoundError: No module named 'Rx' error? ... Hi,. In your python environment you have to install padas library. ......
Read more >
Rx - PyPI
A library for composing asynchronous and event-based programs using observable collections and query operator functions in Python ...
Read more >
Broken on Arch Linux. Possible issue with python3 rx version ...
I loaded up python (yep python3) and did an import rx it has a ... import Subject ModuleNotFoundError: No module named 'rx.subjects' ...
Read more >
reactivex Documentation - Read the Docs
Reactive Extensions for Python (RxPY) is a set of libraries for composing asynchronous and event-based programs.
Read more >
Python RX 'from_' not found in 'Observable - Stack Overflow
Confusion is that in source code I do "import rx" but docs are talking about RxPy. But if I do "pip install rxpy"...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found