Skip to content

[BUG] - ModuleNotFoundError: No module named 'pyspark' #1782

Closed
@tandav

Description

@tandav

What docker image(s) are you using?

pyspark-notebook

OS system and architecture running docker image

Ubuntu22.04 aarch64

What Docker command are you running?

docker run --rm -it  jupyter/pyspark-notebook python
>>> import pyspark
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'pyspark'

How to Reproduce the problem?

run the command above

Command output

No response

Expected behavior

pyspark should be available without PATH manipulations and startup scripts.

Actual behavior

pyspark is not available in python provided by jupyter/pyspark-notebook image

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    type:BugA problem with the definition of one of the docker images maintained here

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions