I am running windows and I have issues with installing this project, specifically for the torch encoding package.
Some primary error include:
error: ninja: error: loading 'build.ninja': The system cannot find the file specified.
and
Error building extension 'enclib_cpu'
These errors are usually in tandem with a giant list of other errors presumable in dependencies. When I tried to build the package via Docker, similar issues arose as well.
Things I have tried:
- I have ensured that visual studios and the C++ compilers are properly installed, and environmental variables are set
- I have installed cudatoolkit along with various pytorch libraries with cuda support (torch.cuda.is_available() returns True)
- Tried to build a docker image by following the Pytorch Encoding installation guide, but error still occurs
I am running on a Windows 10 machine.
Are there any fixes or guides to get lang-seg to work under these circumstances?
I am running windows and I have issues with installing this project, specifically for the torch encoding package.
Some primary error include:
error: ninja: error: loading 'build.ninja': The system cannot find the file specified.and
Error building extension 'enclib_cpu'These errors are usually in tandem with a giant list of other errors presumable in dependencies. When I tried to build the package via Docker, similar issues arose as well.
Things I have tried:
I am running on a Windows 10 machine.
Are there any fixes or guides to get lang-seg to work under these circumstances?