You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: