Skip to content
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

2.2.1 - ModuleNotFoundError: No module named 'rtslib' #207

Open
pcisol opened this issue Jan 30, 2025 · 0 comments
Open

2.2.1 - ModuleNotFoundError: No module named 'rtslib' #207

pcisol opened this issue Jan 30, 2025 · 0 comments

Comments

@pcisol
Copy link

pcisol commented Jan 30, 2025

Looks like 2.2.1 has some dangling bond.

My system:
Python 3.12.4:
pip list:
rtslib-fb 2.2.1

Python 3.12.4 (main, Oct 14 2024, 11:02:32) [GCC 12.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import rtslib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'rtslib'
>>> import rtslib_fb
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/xxxxxx/.pyenv/versions/3.12.4/lib/python3.12/site-packages/rtslib_fb.py", line 14, in <module>
    import rtslib
ModuleNotFoundError: No module named 'rtslib'
>>> 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant