Adriane Boyd
Adriane Boyd
I think this is good to go!
The idea here was to release the next version of thinc v9.0.0.devN so that we can use this in spacy v4, however preshed v4.0.0 seems to fail immediately in the...
From the two reports, this sounds like something can go wrong with the `srsly` installation in conda. I'm not sure whether it's the installation itself or the `srsly` package. What...
What does `conda list` show? And if you create a new conda env and reinstall your dependencies with poetry, what does `conda list` show? I don't know for sure, but...
Please copy and paste the exact output of `conda list` in the environment where this problem happens.
It really sounds like this might be a problem with a particular `srsly` package or a particular combination of pip/conda packages. You shouldn't need to hack source files in `srsly`...
Thanks for the info! Several of us have tried to reproduce this in a conda environment with no luck, so I'm afraid we're still not quite sure what's going on....
Thanks! So the `srsly` install looks fine and the problem must be somewhere else. What about the confection tests: ``` python -m pip install -r https://raw.githubusercontent.com/explosion/confection/main/requirements.txt python -m pytest --pyargs...
I hope we can get to the bottom of this. Any details about your environment and the code you're running would be appreciated!
If there's nothing confidential about your environment, maybe the output of `conda env export` could help us reproduce this?