joukos / PaperTTY

PaperTTY - Python module to render a TTY or VNC on e-ink
942 stars 101 forks source link

ModuleNotFoundError when following poetry install #97

Closed willemOH closed 1 year ago

willemOH commented 1 year ago

err: no module named 'PIL'

when I run sudo ~/.local/share/pypoetry/venv/vin/poetry run papertty --driver EPD3in7 terminal

I was under the impression pillow was a stand-in for PIL. I am hesitant to get PIL because I'd have to go find a source to install it from. This veers from the installation instructions. Do I need to do this?

willemOH commented 1 year ago

My bad. For any other poetry/linux newbs, one must enter poetry shell in the PaperTTY directory before the correct version of PIL is available (this command enters a virtual environment where all the right packages are)