Hi!
The cloud is spark cluster with CentOS 7.
I make install-on-cluster HAIL_COMPILE_NATIVES=1 SCALA_VERSION=2.12.13 SPARK_VERSION=3.1.1
BUILD SUCCESSFUL
But
sed ‘/^pyspark/d’ python/requirements.txt | grep -v ‘^#’ | xargs python3 -m pip install -U
ERROR: Invalid requirement: ‘!=’
make: *** [Makefile:258: install-on-cluster] Error 123
This is the last message.
What’s wrong?
Thanks