Closed marcinwitkowski closed 2 years ago
Hi!
In line 46 of setup.py, system was called as a variable whereas it is a function imported from platform. This fixes the problem and enables using lilcom on Windows. I got here by debugging why Lhotse cannot be built on this system.
system
platform
Kind regards, Marcin Witkowski
Hi!
In line 46 of setup.py,
system
was called as a variable whereas it is a function imported fromplatform
. This fixes the problem and enables using lilcom on Windows. I got here by debugging why Lhotse cannot be built on this system.Kind regards, Marcin Witkowski