Adriane Boyd
Adriane Boyd
Thanks, I could recreate the same conda env but I'm afraid I still couldn't reproduce this error. The next time it happens, could you check if changing your current working...
Thanks for the note! I can't figure out how ffmpeg would affect ujson, but maybe this indicates that the problem is somehow related to system libraries with the same symbols...
Our ability to support/debug this is going be pretty limited, but let's see... What are the exact commands you used to build the `blis` wheels? From what I understand, the...
Ah, I checked the setup again and I see how you ended up with `power9` even though it's not the right choice, since we have an overly broad auto-detection step:...
Maybe then it makes sense to redesign how the `Config` is used in `weasel` so that everything is put into a single top-level section and overrides are automatically adjusted?
I think this would just be for internal processing of the project config, so there isn't any danger of collisions? As in here: https://github.com/explosion/spaCy/blob/03eebe9d1c79d39a632876205e93f023fc096d85/spacy/cli/_util.py#L135
Oh, it is already put into `"project"`, hmm. Then I'd have to look again at how the overrides are done.
Thanks for the PR, we'll take a closer look soon!
I had this installed in the background for testing and have run into a few problems with pydantic v1.10 (since you can't use v2 with thinc/spacy right now): ``` $...
I don't currently understand what the differences are between the unit tests with `catalogue` (that pass) and the usage with `thinc`/`spacy` and pydantic v1.10 that fail above. Let me temporarily...