rasbt / pyprind

PyPrind - Python Progress Indicator Utility
BSD 3-Clause "New" or "Revised" License
547 stars 65 forks source link

pip install pyprind, then "ModuleNotFoundError: No module named 'pyprind'" #45

Open alberto56 opened 4 years ago

alberto56 commented 4 years ago

To reproduce:

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.

rasbt commented 4 years ago

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
alberto56 commented 4 years ago

Thanks, I opened https://github.com/docker-library/python/issues/491 to track this with the Docker image maintainers.