Closed KarasawaTakumi0621 closed 1 year ago
@KarasawaTakumi0621 Hi! Could you let me know which git branch and commit you are using?
Closing due to inactivity.
Hi all!
I encountered the same error. I am using python 3.8.10
. The error appeared on different branches, including the latest tagged version (3.6
).
I checked and it seems that the error originates due to missing handling of ForwardRef
objects, that is, using __annotations__
. I was able to solve this issue by modifying these lines: https://github.com/pupil-labs/pupil/blob/c309547099099bdff9fac829dc97b546e270d1b6/pupil_src/shared_modules/gaze_mapping/notifications.py#L18-L34 allowing earlier versions to use get_type_hints()
, as it has been part of typing
since 3.5
.
Does anyone know if there's a specific reason for not allowing anything earlier than 3.9
to use get_type_hints()
in this case?
Hi, we have a following probrem. With the Windows10 version 21H2. Captures starts up and calibration works normally. However, the following error message appears the moment I try to start recording, and the application stops responding. I am using python 3.8.1 and venv.
Do you know anything about it? Best wishes.