Skip to main content

Since I began using Arch, I have always installed python packages from the Arch repos instead of by using any python package manager (such as pip).

Now I am trying to install ExportPDFCMYKExportPDFCMYK. That depends on Uniconvertor and ImageMagick. The problem is that Uniconvertor depends on the missing package python2-reportlab.

This is one of those very rare times when my usual package installation workflow is not going to cut it.

What steps can I use to install python2-reportlab on Arch? Can I do it using a python package manager? Will that be sufficient to satisfy the dependencies for Uniconvertor package?

Alternatively, is there another method I can use to install ExportPDFCMYKExportPDFCMYK, which is my end goal anyway?

Since I began using Arch, I have always installed python packages from the Arch repos instead of by using any python package manager (such as pip).

Now I am trying to install ExportPDFCMYK. That depends on Uniconvertor and ImageMagick. The problem is that Uniconvertor depends on the missing package python2-reportlab.

This is one of those very rare times when my usual package installation workflow is not going to cut it.

What steps can I use to install python2-reportlab on Arch? Can I do it using a python package manager? Will that be sufficient to satisfy the dependencies for Uniconvertor package?

Alternatively, is there another method I can use to install ExportPDFCMYK, which is my end goal anyway?

Since I began using Arch, I have always installed python packages from the Arch repos instead of by using any python package manager (such as pip).

Now I am trying to install ExportPDFCMYK. That depends on Uniconvertor and ImageMagick. The problem is that Uniconvertor depends on the missing package python2-reportlab.

This is one of those very rare times when my usual package installation workflow is not going to cut it.

What steps can I use to install python2-reportlab on Arch? Can I do it using a python package manager? Will that be sufficient to satisfy the dependencies for Uniconvertor package?

Alternatively, is there another method I can use to install ExportPDFCMYK, which is my end goal anyway?

Source Link
MountainX
  • 19k
  • 67
  • 172
  • 289

How to install python-reportlab for python 2 on Arch Linux?

Since I began using Arch, I have always installed python packages from the Arch repos instead of by using any python package manager (such as pip).

Now I am trying to install ExportPDFCMYK. That depends on Uniconvertor and ImageMagick. The problem is that Uniconvertor depends on the missing package python2-reportlab.

This is one of those very rare times when my usual package installation workflow is not going to cut it.

What steps can I use to install python2-reportlab on Arch? Can I do it using a python package manager? Will that be sufficient to satisfy the dependencies for Uniconvertor package?

Alternatively, is there another method I can use to install ExportPDFCMYK, which is my end goal anyway?