d0c-s4vage / lookatme.contrib.image_ueberzug

An in-development lookatme extension that uses ueberzug and urwid_ueberzogen to add image rendering support
MIT License
16 stars 4 forks source link

could not find urwid-ueberzogen #6

Open panosz opened 1 year ago

panosz commented 1 year ago

When I do: pip3 install --user lookatme.contrib.image_ueberzug I get the following error.

ERROR: Could not find a version that satisfies the requirement urwid-ueberzogen<1.0.0,>=0.0.4 (from lookatme.contrib.image_ueberzug) (from versions: none) ERROR: No matching distribution found for urwid-ueberzogen<1.0.0,>=0.0.4 (from lookatme.contrib.image_ueberzug)

I am using python3.8 in Ubuntu.

Also the link to urwid-ueberzogen appears to be broken: image

Thomas-Malcolm commented 1 year ago

The ueberzog projects are deprecated and have been effectively removed by the owner. See both of the repos for their explanation:

If you go to previous commits of the repos and manually install those you can get this working, though you might run into issues using the latest version of lookatme.

Edit: Looks like the author of lookatme is working on integrating some other terminal image renderers directly into the project (as per here), so maybe look out for that too.