Hydrospheredata / mist

Serverless proxy for Spark cluster
http://hydrosphere.io/mist/
Apache License 2.0
326 stars 68 forks source link

py2 no numpy, py3 can't find python3 command #526

Closed hanwsf closed 5 years ago

hanwsf commented 5 years ago

py2 no numpy, py3 can't find python3 command. can't work.

dos65 commented 5 years ago

Python binaries and libraries should be manually installed on the machine where you're running mist. It's the same actions that py-spark users have to do to use Spark directly.

If you are using our default docker image, please build your own with installed numpy and python3 or install mist directly on the host.