Invalid Format Error in OSX
See original GitHub issueProblem running grobid on osx (actually macOS).
I used the installation process described in the doc :
wget https://github.com/kermitt2/grobid/archive/grobid-parent-0.4.1.zip
unzip grobid-grobid-parent-0.4.1.zip
mvn clean install
And then the tests don’t pass, because “invalid format error” when loading the wapiti models. If skip the test I get the same error when I try grobid on a PDF.
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (4 by maintainers)
Top Results From Across the Web
Opening Zip Archive - "Error extracting & Invalid Format"
Hello. I have this offline file I downloaded, and I tried to open it but it just won't due to "Error extracting the...
Read more >id_rsa.pub file SSH Error: invalid format - Stack Overflow
Trying to connect to AWS server, I was getting this error: Load key "yourKey.pem": invalid format and there was nothing wrong with the...
Read more >Embedded key results in "Invalid Format" error - Support
I have a key embedded in an SSH connection on Royal TSX for macOS and when I attempted to establish the ssh connection...
Read more >The error message "Invalid format for short nick name ...
The error message "Invalid format for short nick name" appears when printing a document. (Mac OS X 10.5 or greater)
Read more >How to Solve “the File Format Is Invalid” Issue - CBackup
Very often, “the file format is invalid” error occurs due to incompatible file extensions. If this is the cause of the invalid file...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah sure, Docker is the hammer solution !
What happens if you change your LOCALE in your terminal before launching GROBID? Simply try:
wow magic, the test passed and build completed with success 😃