dvgodoy / handyspark

HandySpark - bringing pandas-like capabilities to Spark dataframes
MIT License
185 stars 23 forks source link

Error: only named arguments may follow *expression #19

Closed Rajat700 closed 5 years ago

Rajat700 commented 5 years ago

Hi

I installed handyspark on Google Dataproc cluster but I am unable to import it.

When I import it using from handyspark import it gives me an error only named arguments may follow an expression.

Can anyone please guide me on why this is happening.

dvgodoy commented 5 years ago

Hi @Rajat700 ,

Are you using Python 2? This error has been reported in the past for a Python 2 environment - which is not supported. If that's the case, the error should go away as soon as you upgrade the environment to Python 3.

Best