https://delta.io logo
h

Hemant Kumar

06/30/2023, 3:03 PM
facing this issue while installing delta-spark on windows, pyspark is already installed, can anyone guide how to resolve this?
k

Kashyap Bhatt

06/30/2023, 3:33 PM
Could be one of too many things. From teh screenshot it's not even clear where you're running this.
I would not recommend installing pyspark by itself, until you have familiarized yourself with how python, pyspark work with each other and python-home, python-path, spark-home etc should be set up.
Instead use a virtual env like virtualenv, conda, poetry etc and add pyspark as a dependency. BEFORE you start setting up such a virtual env, ensure that you are able to run
python3
(or
python
as appropriate) on your command line (where you are going to use conda/virtualenv/poetry) and it starts up python console for your chosen version.
1
h

Hemant Kumar

07/01/2023, 12:55 PM
when i sign it using admin it is working, but without admin login its not working
k

Kashyap Bhatt

07/03/2023, 1:13 PM
yeah, "env" issues. PATH probably.