-
Notifications
You must be signed in to change notification settings - Fork 29
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
Error on M1 Mac when trying to run 'make run' #11
Comments
I also got the same error. |
hey folks, I don't have access to an M1 mac at this time, so unfortunately can't test. I run ubuntu and it seems to be working fine. |
The Issue lies with the line It seems the apache-flink and the default openjdk library is not compatible with arm64 processors. However one can't use
Workaround that I found was this:
I went through few stackoverflow questions and finally I found this QnA relevant to this issue. There were 2 changes in the dockerfile
I am doing further research to find the root of the problems. At initial glance, it seems the openjdk having an issue with Arm64 architecture and required a specific version in order to work with apache-flink |
once this issue is resolved. You would face error:
This can be easily fixed by updating This issue again related to Arm64 architeture. |
Thank you @ShubhamShaswat for the detailed resolution! |
Hello, I am on the step where I run 'make run' and when I get to the point of having to running the more or less last step of the flink Dockerfile,
RUN pip install --no-cache-dir -r /opt/flink/requirements.txt
, I get this failure:Steps taken:
I have an M1 mac. I am using Python 3.10. I am running this in iTerm2 using zshrc. Is there something I am missing? Also, I did have to use Docker desktop if that matters.
The text was updated successfully, but these errors were encountered: