I'm trying to install some new packages pykg-config
to get access to functions necessary for a university assignment. When I try to install, I get the following:
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- pykg-config
Current channels:
- https://conda.anaconda.org/auto/win-64
- https://conda.anaconda.org/auto/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
I am trying to install pdftotext pip install pdftotext
but I am getting errors that are stating that I need to install first this package pykg-config
. Now when I try to install the package pykg-config
I received the above errors again kindly help.