You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
>>>
The text was updated successfully, but these errors were encountered:
Looks like 2.2.1 has some dangling bond.
My system:
Python 3.12.4:
pip list:
rtslib-fb 2.2.1
The text was updated successfully, but these errors were encountered: