0

I have installed pyspark (pyspark-2.3.1-py37_1.tar). when I try to import, I get this error:

[bin]$ ./conda list | grep -i spark
    pyspark                   2.3.1                    py37_1    <unknown>

[bin]$ ./python
Python 2.7.15 |Anaconda, Inc.| (default, May  1 2018, 23:32:55)
[GCC 7.2.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyspark
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named pyspark

Any ideas?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
user1471980
  • 10,127
  • 48
  • 136
  • 235

0 Answers0