[ https://issues.apache.org/jira/browse/FLINK-25188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ada Wong updated FLINK-25188: ----------------------------- Description: {code:java} ERROR: Command errored out with exit status 1: /Users/foo/.pyenv/versions/3.8.12/bin/python3.8 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-install-_9k6z3wj/numpy_9a0519f082684e28b7909754198b8043/setup.py'"'"'; __file__='"'"'/private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-install-_9k6z3wj/numpy_9a0519f082684e28b7909754198b8043/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-record-kxwzl4cb/install-record.txt --single-version-externally-managed --prefix /private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-build-env-7z7b4p46/overlay --compile --install-headers /private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-build-env-7z7b4p46/overlay/include/python3.8/numpy Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement pandas<1.2.0,>=1.0 (from apache-flink){code} [https://stackoverflow.com/questions/65336789/numpy-build-fail-in-m1-big-sur-11-1] Could we update numpy from >=1.14.3,<1.20 to >= 1.20 was:ERROR: Could not find a version that satisfies the requirement pandas<1.2.0,>=1.0 (from apache-flink) > Cannot install PyFlink on MacOS with M1 chip > -------------------------------------------- > > Key: FLINK-25188 > URL: https://issues.apache.org/jira/browse/FLINK-25188 > Project: Flink > Issue Type: Bug > Components: API / Python > Affects Versions: 1.14.0 > Reporter: Ada Wong > Priority: Major > > > {code:java} > ERROR: Command errored out with exit status 1: > /Users/foo/.pyenv/versions/3.8.12/bin/python3.8 -u -c 'import io, os, sys, > setuptools, tokenize; sys.argv[0] = > '"'"'/private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-install-_9k6z3wj/numpy_9a0519f082684e28b7909754198b8043/setup.py'"'"'; > > __file__='"'"'/private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-install-_9k6z3wj/numpy_9a0519f082684e28b7909754198b8043/setup.py'"'"';f > = getattr(tokenize, '"'"'open'"'"', open)(__file__) if > os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; > setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', > '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' > install --record > /private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-record-kxwzl4cb/install-record.txt > --single-version-externally-managed --prefix > /private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-build-env-7z7b4p46/overlay > --compile --install-headers > /private/var/folders/7_/4f432f9s1vsdhs_s2nyd436m0000gn/T/pip-build-env-7z7b4p46/overlay/include/python3.8/numpy > Check the logs for full command output. > ERROR: Could not find a version that satisfies the requirement > pandas<1.2.0,>=1.0 (from apache-flink){code} > [https://stackoverflow.com/questions/65336789/numpy-build-fail-in-m1-big-sur-11-1] > > Could we update numpy from >=1.14.3,<1.20 to >= 1.20 -- This message was sent by Atlassian Jira (v8.20.1#820001)