Closed a49a closed 2 years ago
I also have the same issue on M1 chip. Any solution or work around?
I haven't tested installation in M1 chip. Do you mean there will be errors installing on the M1?
We need to release mac-arm
wheel package to support M1. Currently, the work around is install numpy firstly, and then install pemja.
I will fix this.
We need to release
mac-arm
wheel package to support M1. Currently, the work around is install numpy firstly, and then install pemja.
I installed numpy==1.21.4 first but I ran into the setup.py issue as mentioned here. I would be able to provide testing for the M1 installation since I want to build flink docker using native architecture.
Any progress so far for this issue ?
Any progress so far for this issue ?
@kphan102 I'm working on this. It is expected to be resolved today or tomorrow.
I have uploaded pemja m1 wheels to https://pypi.org/project/pemja/#files
I have uploaded pemja m1 wheels to https://pypi.org/project/pemja/#files
Thnks alot for this. Let me try to test out on my m1
everything works with the M1. Thanks alot @HuangXingBo However I found a small issue with flink-python, where should I report the issue in the flink repo?
@kphan102 Thanks for the test. Is the issue you said about installation of pyflink in M1?
The wheel package on PyFlink's M1 is indeed not yet available. There may be problems with the installation. You can create an issue in flink community. I will solve this in flink release-1.16.
@HuangXingBo ah, the issue is related to one of the common instant variable. DEFAULT_OUTPUT_TAG
, I built and run 1.16-snapshot on M1 ( i'm still using old apache-flink-libraries v1.15) but when I submit the job, I always got KeyError. When I updated that variable to DEFAULT_OUTPUT_TAG= "output"
then the issue seems temporarily resolved. I was wondering if I can report this issue on the flink community?
@kphan102 You need to ensure the versions of apache-flink-libraries
and apache-flink
same. Your problem has nothing to do with M1
The following is error message
The following is error message