Installing find spark in virtual environment
问题 I am using pyenv to create a virtual environment. My pyenv packages are located under the project bio in /.pyenv/versions/bio/lib/python3.7/site-packages I installed findspark using below pip install findspark #it was installed successfully. I am able to see the below files in the packages directory. findspark-1.4.2.dist-info findspark.py However, when I launch Jupyter notebook from the pyenv directory, I get an error message import findspark findspark.init() ImportError: No module named