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
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'
The text was updated successfully, but these errors were encountered:
nlcodec
doesn't installpyspark
but requires it. Installingpyspark
separately worked.The text was updated successfully, but these errors were encountered: