Build hail on cloud

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

I chek 258 lines of Makefile.

The last line of python/requirements.txt is

uvloop==0.16.0; sys_platform != ‘win32’

I remove

; sys_platform != ‘win32’

this.

Installation done.

Thanks