Open euanc opened 1 year ago
Try to build one of the examples from the simd-json repository. If you encounter the same problem, you should file a bug against simd-json. If those examples compile, please post more information about your setup, such as detailed CPU and OS info, Rust version etc.
If all you want is to get wd2sql
working, you can try adding the allow-non-simd
Cargo feature as described in the simd-json README, which should allow the crate to compile, though performance will be significantly slower.
If you don't mind me asking, how did you find out about this project?
Thanks for the quick reply! I'll try those options.
I want to use the Lexeme data from Wikidata to restart an old hobby project of mine and was googling for options to get it into a sqlite DB and found your project that way (i.e. google result).
Thanks for your work on this. Every time I try to install it I get an error related to simd compatible CPUs. I've tried two different CPU hosts (AMD and Intel) and tried linux and windows versions of rust and all have this error appear.
Are you able to help to troubleshoot?
Thanks