We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323c7e8 commit 0dbcfe9Copy full SHA for 0dbcfe9
scripts/install_modules.sh
@@ -15,11 +15,22 @@ popd >> /dev/null
15
export NPY_NUM_BUILD_JOBS=$(nproc --ignore 1)
16
echo "Numpy using ${NPY_NUM_BUILD_JOBS} cores"
17
pushd ${PROJ_ROOT}/third-party/numpy >> /dev/null
18
-pip install .
+# pip install .
19
popd >> /dev/null
20
21
# Pyfaasm
22
pushd ${PROJ_ROOT}/third-party/pyfaasm >> /dev/null
23
pip install .
24
25
26
+# Other modules (can be installed unmodified)
27
+pip install dulwich
28
+pip install Genshi
29
+pip install pyaes
30
+pip install pyperf
31
+pip install pyperformance
32
+pip install six
33
+
34
+# Torch errors on a module import
35
+# pip install torch
36
third-party/numpy
0 commit comments