pyprind
pyprind copied to clipboard
pip install pyprind, then "ModuleNotFoundError: No module named 'pyprind'"
To reproduce:
- Download the dev/1 branch of https://github.com/dcycle/docker-compresspdf
- Run ./test.sh
The result is:
...
import os, datetime, sys, glob, re, subprocess, pyprind, time
ModuleNotFoundError: No module named 'pyprind'
Even though in the Dockerfile I am clearly installing pyprind.
Any help on debugging this is greatly appreciated.
I think this could be an issue related to the particular docker container? Does it have instructions for installing pyprind? Haven't used that particular docker container, and it maybe something the maintainers need to fix on their end. Pyprind can be installed via
pip install pyprind
Thanks, I opened https://github.com/docker-library/python/issues/491 to track this with the Docker image maintainers.