Open JE-Random-Tech opened 2 years ago
I think I was able to correct the paramspec issue by importing paramspec from typing_extensions and not typing.py
However, now I get this error when I run the script:
@raspberrypi:~/ProJEcts/Haptic Board $ python3 HapticBoard.py
Traceback (most recent call last):
File "/home/pi/ProJEcts/Haptic Board/HapticBoard.py", line 100, in
If you like, I can open a new issue.
Ah no worries. Sorry about the very late reply i missed the notification. Unfortunately right now i am not using the code so i am limited on testing it. How did you install the omxplayer? It also seems that the maintenance of the Omxplayer has stopped. So maybe you need to use an older version of python for the player to be working. I believe in the video i was using version 3.7.
Left a comment on your YouTube video too. I had the same problem with the import error. Here is the error thread:
python programing is not my strength. Any guidance would be greatly appreciated. I tried playing around with typing_extensions, but I really don't know what or how to import what I need.