Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requires pyspark but doesn't install it #33

Open
saurabhj80 opened this issue Apr 17, 2021 · 0 comments
Open

Requires pyspark but doesn't install it #33

saurabhj80 opened this issue Apr 17, 2021 · 0 comments

Comments

@saurabhj80
Copy link

nlcodec doesn't install pyspark but requires it. Installing pyspark separately worked.

  File "/home1/jain593/.conda/envs/nmt_toolkits_rtg/lib/python3.7/site-packages/nlcodec/term_freq.py", line 10, in <module>
    from nlcodec import spark as spark_util
  File "/home1/jain593/.conda/envs/nmt_toolkits_rtg/lib/python3.7/site-packages/nlcodec/spark.py", line 12, in <module>
    from pyspark.sql import DataFrame, SparkSession
ModuleNotFoundError: No module named 'pyspark'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant