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

Missing prerequisites #5

Open
Grumpythedwarff opened this issue Jun 28, 2021 · 0 comments
Open

Missing prerequisites #5

Grumpythedwarff opened this issue Jun 28, 2021 · 0 comments

Comments

@Grumpythedwarff
Copy link

Grumpythedwarff commented Jun 28, 2021

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant