Skip to content

Pymupdf installation on cloud virtual instance #747

@eve-cv

Description

@eve-cv

Hi,

My local environment is Ubuntu 18.04, where I successfully installed pymupdf by running the following command.

pip3 install pymupdf

In my local environment, this library was working well, so I intended to deploy the project on a cloud virtual instance.
When installing pymupdf on vm to deploy the project, for the first time, I faced an issue as follows.
Screenshot from 2020-12-04 07-42-09

So I tried to install mupdf by running the following command.

sudo apt-get install libmupdf-dev

Then when trying pymupdf again, I got the following issue, which I couldn't fix.

Screenshot from 2020-12-04 07-45-29

My virtual instance is Ubuntu 18.04 as my local environment.
I sincerely hope for your help.

Best regards
Artem

Metadata

Metadata

Assignees

Labels

duplicatenot a bugnot a bug / user error / unable to reproducewontfixno intention to resolve

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions