when I used Anaconda installation follow the Command from the official website,it said
PackagesNotFoundError: The following packages are not available from current channels:
- pysoundfile
- libsndfile
I don’t know how to do next,
when I used Anaconda installation follow the Command from the official website,it said
PackagesNotFoundError: The following packages are not available from current channels:
I’m having the same problem. Is there a solution to this?
Do you have conda-forge as one of your channels? If not, add it with
conda config --add channels conda-forge
However, I’ve also had problems installing pysoundfile with conda.
(base) C:\Users\Tim>conda search pysoundfile
Loading channels: done
# Name Version Build Channel
pysoundfile 0.9.0.post1 py_0 conda-forge
pysoundfile 0.10.1 py_0 conda-forge(base) C:\Users\Tim>conda install pysoundfile
Solving environment: failedPackagesNotFoundError: The following packages are not available from current channels:
- pysoundfile
Current channels:
- conda-forge/win-64
- conda-forge/noarch
- main/win-64
- main/noarch
- Anaconda packages for Windows x86_64 (64-bit)
- Anaconda packages (noarch)
- r/win-64
- r/noarch
- Anaconda extras for Windows x86_64 (64-bit)
- Anaconda extras (noarch)
- msys2/win-64
- msys2/noarch
To search for alternate channels that may provide the conda package you’re
looking for, navigate tohttps://anaconda.org
and use the search bar at the top of the page.
Try installing pysoundfile with pip
.