I’m taking a course on how to build an LLM, I was trying to follow with the lecturer with installing packages, but I’m stuck with this error, so any help would be really appreciated
Unfortunately, it looks like that package (pylzma) is only available as a conda package for Linux and macOS on that anaconda.org channel. I do not believe it is available in the Anaconda default channels either. You could try and install it with pip? Or looking at the pylzma documentation to see what the project recommends for installing it on Windows.