Closed teleoflexuous closed 7 months ago
This isn't directly a problem with RAGatouille, rather it seems to be due to how Windows is attempting to build the custom C++ code. We don't "officially" aim to support Windows, but I think many have been managing to run it, at least using WSL2. I'm not super familiar with Windows, but the problem does seem to be with a library needed to build this extension not having its DLL present -- maybe it could be fixed by installing/updating VS Code C++ tools?
Thanks for update! As far as I know C++ in Windows is handled by components coming with Visual Studio and I couldn't find anything in terms of VS Code C++ tools that would affect it. I might have missed something, but in my limited interactions with C++ that was the case.
I did try updating Visual Studio and the script fails in the same way. I needed to run it without WSL2 this time, but that's on me I guess. I understand you're not supporting Windows currently.
Thanks again!
Oops, I did mean Visual Studio C++ utils, not VS Code (force of habit 😄)
Sorry I can't be more helpful here -- hopefully WSL2 solves your problems!
I'm trying to index text via
It fails while loading 'decompress_residuals_cpp' inside colbert. I'm reporting the issue here, because somewhat similar, I think, issues were considered valid and resolved (?) here, like https://github.com/bclavie/RAGatouille/issues/60.
I'm trying to run it on Windows, via poetry. CUDA and torch work in other parts of this project, within the same env.
My pyproject.toml
That's my first interaction with the library, so I hope I provided all the relevant information.