-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google-re2 installation failing on OSX #6
Comments
So far, I don't have enough information about the workflow that causes this issue to help debug it. Anyone facing this issue, please describe in detail the conda and/or pip commands you used and provide |
I can reproduce this with the following conditions
(python 3.7 is unsupported. Please upgrade. It's not maintained anymore.) The issue is that Installing google-re2 from source breaks because they don't have correct dependencies there. i.e. pybind11 requirement is missing in the source package. Solutions (Either of the following five should work)
|
This comment was marked as off-topic.
This comment was marked as off-topic.
@4sushi, I may be misunderstanding something but this command:
is installing the pypi version of google-re2, not the conda-forge version, which would be installed with:
|
In general, mixing pieces from conda-forge and pieces from pypi like you're doing in your workflow is likely to lead to incompatibilities, like the missing |
This comment was marked as off-topic.
This comment was marked as off-topic.
@4sushi, thanks for the clarification. We can keep discussing your issue here but it doesn't relate the the conda-forge package for The issue as far as I can tell is that the dependency If you can find a relevant place for this discussion that isn't conda-forge, I would appreciate it since, again, I don't think it has anything to do with us. But if there isn't any such place, we can keep the conversation going here... |
This comment was marked as off-topic.
This comment was marked as off-topic.
@xylar did you figure out how to fix it? |
@pingsutw, this isn't really a conda-forge problem so there isn't anything I can fix. I believe the response above #6 (comment) is likely the most useful. |
See conda-forge/airflow-feedstock#114
See also
apache/airflow#32852
conda-forge/conda-forge.github.io#1844 (comment)
The text was updated successfully, but these errors were encountered: