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
Traceback (most recent call last):
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\stammer.py", line 20, in
import video_out
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\video_out.py", line 2, in
from decay_cache import DecayCache
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\decay_cache.py", line 13, in
class DecayCache:
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\decay_cache.py", line 14, in DecayCache
items: dict[DecayItem] = {}
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
I'm getting the same error. Here's the version along with the error output:
root@[computer]:[folder]# python3 stammer.py in1.mp4 in2.mp4 out.mp4
Traceback (most recent call last):
File "stammer.py", line 20, in <module>
import video_out
File "[folder]/video_out.py", line 2, in <module>
from decay_cache import DecayCache
File "[folder]/decay_cache.py", line 13, in <module>
class DecayCache:
File "[folder]/decay_cache.py", line 14, in DecayCache
items: dict[DecayItem] = {}
TypeError: 'type' object is not subscriptable
root@[computer]:[folder]# python3 --version
Python 3.8.10
root@[computer]:[folder]#
Traceback (most recent call last):
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\stammer.py", line 20, in
import video_out
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\video_out.py", line 2, in
from decay_cache import DecayCache
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\decay_cache.py", line 13, in
class DecayCache:
File "C:\Users\jspar\Downloads\stammer-main\stammer-main\decay_cache.py", line 14, in DecayCache
items: dict[DecayItem] = {}
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered: