bellingcat / auto-archiver

Automatically archive links to videos, images, and social media content from Google Sheets (and more).
https://pypi.org/project/auto-archiver/
MIT License
489 stars 53 forks source link

pdqhash problem on Pipfile update #99

Closed djhmateer closed 7 months ago

djhmateer commented 9 months ago

When installing on Ubuntu 20.04 I found that

# this would error out 
pipenv update

But by commenting out pdqhash = "*" from the Pipfile I could get it to work.

On my Ubuntu 22.04 WSL2 it all installed fine.

https://github.com/faustomorales/pdqhash-python

May be a problem on pdqhash side,.

msramalho commented 9 months ago

Hi @djhmateer what was the error, could you get it working on a previous version of pdqhash? That library is quirky to install since it requires apt install g++ so it can be built on ubuntu.

djhmateer commented 7 months ago

Thanks Miguel - have moved production servers to 22.04 now, and once embedded in I'm hoping to turn on the duplicate detection. Hopefully I can get pdqhash working.

djhmateer commented 7 months ago

I can confirm that on Ubuntu 22.04 (both WSL2 and native) pdqhash works using the Pipfile and pipenv update.