LotOfQuestion
LotOfQuestion

Reputation: 65

How to install pysndfile via pip on windows?

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

Answers (1)

LotOfQuestion
LotOfQuestion

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

Related Questions