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

cannot import name 'ParamSpec' from 'typing' #225

Open
bluelemonade opened this issue May 6, 2022 · 0 comments
Open

cannot import name 'ParamSpec' from 'typing' #225

bluelemonade opened this issue May 6, 2022 · 0 comments

Comments

@bluelemonade
Copy link

after installing with pip on a Pi4 with buster the simple video_file.py throws

bin/python3 /home/pi/ravidplay/python-omxplayer-wrapper/examples/video_file.py
Traceback (most recent call last):
File "/home/pi/ravidplay/python-omxplayer-wrapper/examples/video_file.py", line 3, in
from omxplayer.player import OMXPlayer
File "/usr/local/lib/python3.7/dist-packages/omxplayer_wrapper-0.3.3-py3.7.egg/omxplayer/init.py", line 1, in
File "/usr/local/lib/python3.7/dist-packages/omxplayer_wrapper-0.3.3-py3.7.egg/omxplayer/player.py", line 25, in
File "/usr/local/lib/python3.7/dist-packages/evento-2.0.1-py3.7.egg/evento/init.py", line 2, in
from .decorators import (
File "/usr/local/lib/python3.7/dist-packages/evento-2.0.1-py3.7.egg/evento/decorators.py", line 4, in
from .signature import AsyncSignatureEvent, P, R, SignatureEvent
File "/usr/local/lib/python3.7/dist-packages/evento-2.0.1-py3.7.egg/evento/signature.py", line 1, in
from typing import (
ImportError: cannot import name 'ParamSpec' from 'typing' (/usr/lib/python3.7/typing.py)

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