potiuk commented on PR #27829: URL: https://github.com/apache/airflow/pull/27829#issuecomment-1346082707
> > cc: @ephraimbuddy > > Thanks. Have updated it. It seems like `inputimeout` is not installed in the image because it errors out during pre-commit run: > > ``` > File "/Users/ephraimbuddy/Documents/astronomer/airflow/dev/breeze/src/airflow_breeze/commands/main_command.py", line 159, in check_for_rosetta_environment > from inputimeout import TimeoutOccurred, inputimeout > ModuleNotFoundError: No module named 'inputimeout' > ``` Which pre-commit ? This does not seem like it is run in image (it would be /opt/airflow path then). Eacj pre-commits has their own dependencies and you need to make sure they are installed when they are run - they heave their dependencies declrated in .pre-commit-config.yml file.. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
