johnsnowlabs
johnsnowlabs copied to clipboard
[Bug] johnsnowlabs uses the jar based on settings and not based on installed spark-nlp
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