mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 19:58:59 +00:00
fix(m1): tweak m1 preflight (#4771)
This commit is contained in:
parent
ee6413f0ab
commit
f099aeb550
@ -26,9 +26,9 @@ arm64_darwin_preflight() {
|
||||
##preinstall numpy and pythran from source
|
||||
pip3 uninstall -y numpy pythran
|
||||
pip3 install cython pybind11
|
||||
pip3 install --no-binary :all: --no-use-pep517 numpy
|
||||
pip3 install --no-use-pep517 numpy
|
||||
pip3 install pythran
|
||||
pip3 install --no-binary :all: --no-use-pep517 scipy
|
||||
pip3 install --no-use-pep517 scipy
|
||||
fi
|
||||
|
||||
printf "✨ Setting up librdkafka prerequisities\n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user