We are alpha testing an FTC robot with a hybrid extension module setup with robotpy (its also our first time trying robotpy).
I added "limelightlib-python", to the requires block of the pyproject.toml, ran a robotpy sync to grab the library from pypi. When trying to run the example code in our robots constructor, it would crash.
I didn't copy the stack trace, but robotpy stack traces that come up in the driver station aren't super helpful, it basically is a one line print out of the line file and line it crashed on, not a full trace. It seems to be when any of the functions are called that use the request library, such as this
We are alpha testing an FTC robot with a hybrid extension module setup with robotpy (its also our first time trying robotpy).
I added
"limelightlib-python",to therequiresblock of the pyproject.toml, ran arobotpy syncto grab the library from pypi. When trying to run the example code in our robots constructor, it would crash.I didn't copy the stack trace, but robotpy stack traces that come up in the driver station aren't super helpful, it basically is a one line print out of the line file and line it crashed on, not a full trace. It seems to be when any of the functions are called that use the request library, such as this