-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
findspark not working after installation #18
Comments
Typically that means that |
Make sure your SPARK_HOME environment variable is correctly assigned. |
I face the same issue now. I installed the findspark in my laptop but cannot import it in jupyter notebook. |
Could you solve your issue? I have the same |
I have the same too :( |
I would suggest using something to keep pip and python/jupyter pointing to the same installation. Pyenv (while it's not its main goal) does this pretty well. Just install jupyter and findspark after install pyenv and setting a version with You should be able to use If you are using jupyter, run
In my case, it's Hope that helps 👍 |
In case you're using Jupyter, Open Anaconda Prompt (Anaconda3) from the start menu. Then use this code to specifically force Findspark to be installed for the Jupyter's environment. |
Hi, I used pip3 install findspark . after installation complete I tryed to use import findspark but it said No module named 'findspark'. I don't know what is the problem here
The text was updated successfully, but these errors were encountered: