Issues with Processing.py

Hello,

I’m not sure if I’m doing something wrong, but when I create a project using the Processing.py template, and run the program unchanged I get the following error in the console:

bash scripts/run-python.sh
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.python.core.PyJavaType (file:/home/runner/SkeletalElectricJumpthreading/scripts/processing-py.jar) to method java.lang.reflect.AnnotatedElement.lambda$getDeclaredAnnotationsByType$0(java.lang.annotation.Annotation,java.lang.annotation.Annotation)
WARNING: Please consider reporting this to the maintainers of org.python.core.PyJavaType
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Im not experiencing this bug. Are you sure you didn’t make any changes to the main.py file.

Yeah, no changes. I should have mentioned that the program still runs, just that message is printed to the console as well.

I now experienced the error but it took about 1 min. Then after another min the program runs.