potiuk commented on issue #32672: URL: https://github.com/apache/airflow/issues/32672#issuecomment-1647007726
Yes. @pierrejeambrun is right for now we need to wait for pymssq. to fix it - this is their (and new Cython) problem and we can't do much about it. Hopefully Pymssql developers will provide a fix. but unti then there is a workaround for Mac OS ARM and let me document it here for others who might be looking for solution: ``` 1) have `brew` installed 2) brew install freetds 3) echo "Cython==0.29.36" >> /tmp/mssql-constraints.txt 4) PIP_CONSTRAINT=/tmp/mssql-constraints.txt pip install pymssql ``` Then - in the same venv, installation of Airflow with pymssql should correctly install airflow I will close the issue as there is not much we can do for now other than the workaround above. -- 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]
