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
if for example settings.nlp_version==5.0.0 but user ran pip install spark-nlp==6.0.0 and then runs nlp.start() a session with 5.0.0 jars is started but the prints will say started session with nlp-6.0.0.
This is very missleading and cause lots of bugs
The text was updated successfully, but these errors were encountered:
if for example
settings.nlp_version==5.0.0
but user ranpip install spark-nlp==6.0.0
and then runsnlp.start()
a session with5.0.0
jars is started but the prints will saystarted session with nlp-6.0.0
.This is very missleading and cause lots of bugs
The text was updated successfully, but these errors were encountered: