Closed spuder closed 7 months ago
As mentioned here
poetry run pip install pymupdfb
poetry install --without evaluation
(poetry run might not be required), in which case the following might be more appropriate
pip install pymupdfb
poetry install --without evaluation
Should be fixed with the new docker installation method
Describe the bug
Doing
make build
on an OSX machine with M1/M2/M3 processor causes a failure becausepymupdfb (1.24.1)
is not availableSetup and configuration
Current version:
This was noticed by several other users in PR https://github.com/OpenDevin/OpenDevin/pull/378
Related
One user suggests the solution is to install MuPDF to indirectly cause wheels to be installed
I've tried that with no luck.