asapinto

Results 39 comments of asapinto
trafficstars

@djmoffat : if you find any elegant solution, please share it. I believe I have a similar need. Thx in advance

I installed soundfile v0.11.0 and I still ran into the same problem (in a conda env running on Mac M1)

I did `pip install soundfile` and it installed v0.11.0. I did not uninstall the related packages.

I am getting the same error. I did a conda install librosa, which took care of libsndfile dependencies But I'm using libsndfile v1.0.28 (in the current conda environment), which is...

I'm working in a conda environment with: - pysoundfile 0.9.0.post1 - libsndfile 1.0.28

That was a problem, but I uninstalled pysoundfile, and now installed soundfile (v0.10.3). But I'm getting the same error: "RuntimeError: Error opening '/Users/.../audio/hains006.flac': File contains data in an unimplemented format....

Thanks for your help @bastibe and @mgeier. Unfortunately, I'm a little bit lost on what to do next... Yesterday I had installed libsndfile through homebrew, but that didn't fix. (I...

I did solve, although I don't recall exactly how. I suppose the best option is to try to install everything from pip (and not conda).

Thanks for your feedback. That's a pity, as at the moment docker is not an option. When do you expect cross-platform PyPI support? How will that behave with the non-python...

Awesome, thanks! On Thu, 18 Feb 2021 at 22:49, Dmitry Bogdanov wrote: > All dependencies should be bundled together in the wheel. We are going to > migrate to GitHub...