When running flyctl launch
, the build goes fine up until the builder tries installing a package called evdev
, from here, the build fails.
Here is a snippet from the console:
× Encountered error while trying to install package.
╰─> evdev
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
error: exit status 1
ERROR: failed to build: exit status 1
Error failed to fetch an image or build from source: executing lifecycle: failed with status code: 51
and image of the output:
Is there anything I can do to fix this issue? I have been unable to find any information on this.
Thank you.