Is it possible to use the library, pimidipy, on Windows, or is it only for Linux systems? I was able to install the library (pip install --upgrade pimidipy), but I got the following error when I tried to run a sample program:
OSError: cannot load library ‘libasound.so.2’: error 0x7e. Additionally, ctypes.util.find_library() did not manage to locate a library called ‘libasound.so.2’
The missing library seems to be for Linux, but maybe there’s an equivalent library for Windows.
Thanks.