Open baszero opened 1 year ago
This is probably because the version check only uses the first digit after the full stop, rather than doing a integer check. I don't think it's a fansly_download issue, but a pyexiv2 issue...
Have edited the file and got past this error. you need to change this file (note I am using a virtual environment):
/fansly-downloader/venv/lib/python3.11/site-packages/pyexiv2/lib/__init__.py
and add
expected_py_version = ['3.5', '3.6', '3.7', '3.8', '3.9', '3.1']
After this, you do get a different error, which I am trying to debug...
/fansly-downloader/venv/lib/python3.11/site-packages/pyexiv2/lib/libexiv2.dylib' (no such file)
@c240amg I created a workaround to run without pyexiv2 for MacOS https://github.com/Avnsx/fansly-downloader/commit/59d60d23d36be7e5c7930afe5755e906d733fac6
Because Pyton 3.12 had a severe issue with a library called nympo, I installed Python 3.11.
No I get this error: