79598359

Date: 2025-04-29 12:32:29
Score: 0.5
Natty:
Report link

I finally did it with installing Blosc on a windows machine with pip.

The blosc.lib then showed up in the environment, I installed it in (you can search via dir /s c:\blosc.lib)

Transfer that to the linux machine where your cargo.toml is. Apparently it has to be in the same directory as the cargo.toml, since according to the command above, it just searches for blosc.lib without any path given, ergo the cargo.toml directory.

Now it compiled succesfully

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Jojo