Reputation: 65
I'm working on audio classification by using tensorflow in python. I have got a code which needs to import pysndfile but I can't install it using pip because of my os is Windows 10. Is there another option to install it? or Is there another similar library for Windows os?
Upvotes: 0
Views: 425
Reputation: 65
'pysndfile' is not supported on the Windows platform ref.this link. If you want to use it on windows you need to install docker to handle Linux environment.
Upvotes: 1