This is basically the java error. You must install the jdk by first activating the environment
conda activate <env_name>
conda install openjdk
pip install findspark
rebuild the spark session and I think this should solve the problem.