Replies: 9 comments 19 replies
-
Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval. |
Beta Was this translation helpful? Give feedback.
-
Python 3.8.17
Python 3.9.17
|
Beta Was this translation helpful? Give feedback.
-
The original error you ran into seems different, but your most recent error seems similar to google/re2#437, specifically google/re2#437 (comment) and google/re2#437 (comment). It's not clear why this started failing now, since the
(see https://github.com/google/re2/blob/e66463312e1d30d427bbde6c40e7fd627dcfb82e/python/setup.py#L30-L42) There also don't seem to be many changes in release 2023-07-01 of |
Beta Was this translation helpful? Give feedback.
-
This is likely due to broken Python installation. How are you installing Python /virtualenv? Are you using conda/anaconda or some other 3rd party mechanism? Deleting & reinstalling conda/anaconda would help. Other users have also faced this and doing the above helped them. This is likely not an Airflow issue. So converting it to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I also commented in the conda-forge/conda-forge.github.io#1844 from conda and I suggest you @byunks to continue the discussion there not here if you still do not want to follow our workaround with reinstalling conda. I also tagged @Xyler whe has been once a maintainer of Airlfow packages for conda (I don't know if this is still the case), I hope he can shed some light on the issue - and whether Conda is going to do anything about it, because essentially this is a Conda problem not ours and we have a workaround in place. |
Beta Was this translation helpful? Give feedback.
-
@potiuk So reinstall the conda, xcode, etc. and if you still have a problem, you should ask the conda, right? |
Beta Was this translation helpful? Give feedback.
-
Hello @byunks - can you please report the issue with all details here: conda-forge/google-re2-feedstock#6 - i got the advice from conda contributor. @isuruf in conda-forge/conda-forge.github.io#1844 (comment) , that this is the right place to report the issue. |
Beta Was this translation helpful? Give feedback.
-
Hi, We faced similar error during Airflow installation (with conda). Install Example: $(VENV_ACTIVATE); SYSTEM_VERSION_COMPAT=0 python -m pip install -U -q google-re2
$(VENV_ACTIVATE); AIRFLOW_GPL_UNIDECODE=yes pip install -U -q "apache-airflow[google]==${AIRFLOW_VERSION}" \
--constraint "https://raw.githubusercontent.com/apache/airflow/constraints-${AIRFLOW_VERSION}/constraints-${PYTHON_VERSION}.txt" Related conda issue : conda-forge/google-re2-feedstock#6 |
Beta Was this translation helpful? Give feedback.
-
The issue, still remains, at least in Ubuntu 20.04 - output of pip install
|
Beta Was this translation helpful? Give feedback.
-
Apache Airflow version
2.6.3
What happened
Airflow 2.6.3 Installation Environment
mac M1 Ventura 13.5
Python : 3.7.2
conda(miniconda3) : 4.12.0
Error log when installed in the above environment
What you think should happen instead
No response
How to reproduce
Installation will fail.
Operating System
mac M1 Ventura 13.5
Versions of Apache Airflow Providers
No response
Deployment
Virtualenv installation
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions