Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Missing prerequisites #5

Description

For those encountering installation issues when running pip3 install -r ./requirements.txt, there is a missing line that you need to install first before running the command (or add it to the requirements.txt file):

pip install pypandoc==1.4 (or add pypandoc==1.4 to the requirements file before the pyspark entry)

There is also an issue with the requirement for scipy==1.3.1 when using versions of python higher than 3.6. Need to install scipy 1.4.1 instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions