How do I install pymupdf in anaconda? #1673
Replies: 2 comments
-
PyMuPDF cannot be installed via conda install. You must always use PIP currently. Sorry. I am not using Anaconda, so need help to bring PyMuPDF through the tedious registration process. Also have no time to dig into all the details. Several people asked me like you did, but nobody cared to jump in yet. So I guess it's not important enough. I have no idea how PyMuPDF could make it into the list you have been looking at. |
Beta Was this translation helpful? Give feedback.
-
Anything that can be installed with pipy can be installed with conda. Just activate the environment, install pipy (
conda can obviously be replaced with mamba in both cases. |
Beta Was this translation helpful? Give feedback.
-
I used " conda install -c tc06580 pymupdf " to install pymupdf in anaconda.
But Installation failed with the following instructions.
Collecting package metadata (current_repodata.json): done
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:
Current channels:
To search for alternate channels that may provide the conda package you're
looking for, navigate to
and use the search bar at the top of the page.
I have confirmed that pymupdf exists in the webpage guided above, but it still does not install.
How do I install pymupdf in anaconda?
Beta Was this translation helpful? Give feedback.
All reactions