If you have install Spark which creating issue with version of python installed on your system
Example:
I have install kafka on ubuntu using python3 and its working fine.But now I have install spark which is creating issue with python3 and after lot of hard work in setting you are getting below error:
(1) env: 'python' No such file or directory
Solution : Please use below command to resolve this problem
sudo ln -s /usr/bin/python3 /usr/bin/python
No comments:
Post a Comment