Bowrna opened a new issue #18849: URL: https://github.com/apache/airflow/issues/18849
### Describe the issue with documentation https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START.rst#setup-and-develop-using-visual-studio-code I am following the steps on the above page to set up the development environment. however, running the ```pyenv install 3.8.5``` in Apple M1 chip MacOS Big Sur runs into an error similar to the issue mentioned in the below StackOverflow link https://stackoverflow.com/questions/65457674/unexpected-output-of-arch-on-osx-using-mac-m1-installing-elastic-beans ### How to solve the problem I am not sure how to solve this issue, but i used higher version of python 3.8.10 that is supported in M1 chip Apple MacOS Big Sur to solve the issue for time being. ### Anything else Further following the steps in this documentation, i got docker container up and running. however, if i try to reset the db, i get error saying sqlalchemy.exc.OperationalError: (MySQLdb._exceptions.OperationalError) (1130, "Host 'docker-compose_airflow_run_718f404eac1d.docker-compose_defau' is not allowed to connect to this MySQL server")(Background on this error at: http://sqlalche.me/e/13/e3q8) I am not sure why if i am running into this issue. ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
