algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
226 stars 50 forks source link

ufraw-batch has no installation candidate #217

Closed holyoaks closed 3 years ago

holyoaks commented 3 years ago

Can't install this as I can't install ufraw-batch

#5 0.728 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]
#5 0.831 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
#5 1.336 Get:3 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [682 kB]
#5 1.464 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
#5 1.623 Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]
#5 1.766 Get:6 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
#5 1.788 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
#5 1.944 Get:8 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [197 kB]
#5 1.984 Get:9 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [21.6 kB]
#5 1.985 Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [717 kB]
#5 2.505 Get:11 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
#5 2.522 Get:12 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
#5 5.005 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [229 kB]
#5 5.091 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [29.6 kB]
#5 5.113 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1122 kB]
#5 5.305 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [945 kB]
#5 5.507 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [4305 B]
#5 5.837 Fetched 17.4 MB in 5s (3235 kB/s)
#5 5.837 Reading package lists...
#5 6.661 Reading package lists...
#5 7.441 Building dependency tree...
#5 7.603 Reading state information...
#5 7.624 Package ufraw-batch is not available, but is referred to by another package.
#5 7.624 This may mean that the package is missing, has been obsoleted, or
#5 7.624 is only available from another source
#5 7.624
#5 7.721 E: Package 'ufraw-batch' has no installation candidate
raphj commented 3 years ago

https://github.com/tracim/tracim/issues/3680#issuecomment-707583749

raphj commented 3 years ago

Please consider a docker installation on latest versions of Ubuntu.

holyoaks commented 3 years ago

I have a docker file building Ubuntu 20.04, and during that build is when the error occurs

raphj commented 3 years ago

Did you edit Tracim's Dockerfile to base it on Ubuntu 20.04?

This is unsupported, you are on your own if you do this. If you want to do it anyway, then be sure to know what you are doing and try to remove ufraw-batch from the apt install line. But we cannot guarantee anything. Tracim is only tested on Debian Stretch and Debian Buster.

holyoaks commented 3 years ago

No. I'm building my server and trying to install your pre-reqs as specified in your documentation to run preview-generator in my python application. I cannot edit Tracim without forking their project, as I'm installing everything with apt-get. I guess I cannot use your preview-generator until they resolve this. Thanks anyways

raphj commented 3 years ago

Sorry, I was confused, I though we were on the Tracim repository (we are the same people behind the two projects). ufraw-batch is probably safe to remove if you don't need previews of raw images. You can also try to grab ufraw-batch from an older version of Ubuntu. Let us know if it works for you.

raphj commented 3 years ago

See also https://github.com/algoo/preview-generator/issues/154

inkhey commented 3 years ago

duplicate of #154