Hail cluster mode intall error

Dear Hail members~

I tried to install hail cluster mode on ubuntu 16.04

python3 version is 3.7

Error massage like this

command : -------------------
make install-on-cluster HAIL_COMPILE_NATIVES=1 SCALA_VERSION=2.12.13 SPARK_VERSION=3.1.1
------------------massage-------------
make -C src/main/c prebuilt
make[1]: Entering directory ‘/home/genome/hail/hail/src/main/c’
cp -p -f lib/linux-x86-64/libboot.so lib/linux-x86-64/libhail.so …/…/…/prebuilt/lib/linux-x86-64/
make[1]: Leaving directory ‘/home/genome/hail/hail/src/main/c’
./gradlew shadowJar -Dscala.version=2.12.13 -Dspark.version=3.1.1 -Delasticsearch.major-version=7

BUILD SUCCESSFUL in 1s
3 actionable tasks: 3 up-to-date
cp -f build/libs/hail-all-spark.jar python/hail/backend/hail-all-spark.jar
rm -rf build/deploy
mkdir -p build/deploy
mkdir -p build/deploy/src
cp …/README.md build/deploy/
rsync -r
–exclude ‘.eggs/’
–exclude ‘.pytest_cache/’
–exclude ‘pycache/’
–exclude ‘benchmark_hail/’
–exclude ‘.mypy_cache/’
–exclude ‘docs/’
–exclude ‘dist/’
–exclude ‘test/’
–exclude ‘*.log’
python/ build/deploy/
cd build/deploy; python3 setup.py -q sdist bdist_wheel
File “setup.py”, line 25
dependencies.append(f’pyspark=={spark_version}’)
^
SyntaxError: invalid syntax
Makefile:211: recipe for target ‘build/deploy/dist/hail-0.2.77-py3-none-any.whl’ failed
make: *** [build/deploy/dist/hail-0.2.77-py3-none-any.whl] Error 1

Anyone knows how to solve, please help me

Thanks

1 Like