-
Notifications
You must be signed in to change notification settings - Fork 712
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
java.lang.NoSuchMethodError: breeze.storage.Zero$.FloatZero()Lbreeze/storage/Zero; #14376
Comments
Turn out to be dependency conflict of breeze library.
I guess it's related to Kryo since I set |
Please share information about where you are, which spark is this, what's the environment, and how you are installing and starting SparkSession with Spark NLP. |
OS: Ubuntu 20.04 |
Please use If you can quickly do this in your Ubuntu terminal would be a great way to test everything: conda create -n sparknlp python=3.8 -y
conda activate sparknlp
pip install spark-nlp==5.4.2 pyspark==3.3.1 Then in the same terminal use Python console $ python import sparknlp
spark = sparknlp.start()
# rest of your code |
Is there an existing issue for this?
Who can help?
No response
What are you working on?
train a classifier with MPNetEmbeddings
Current Behavior
throw following exception during pipeline.fit()
Expected Behavior
should not have such exception
Steps To Reproduce
Spark NLP version and Apache Spark
Spark NLP: 5.4.1
Apache Spark: 3.3.0
Type of Spark Application
No response
Java Version
No response
Java Home Directory
No response
Setup and installation
No response
Operating System and Version
Ubuntu 20.04
Link to your project (if available)
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: