prof79 / fansly-downloader-ng

Easy-to-use fansly.com content downloading tool. Written in Python and available as a standalone Windows Executable. Enjoy your Fansly content offline anytime, anywhere in the highest possible content resolution! Fully customizable to download in bulk or single: photos, videos & audio from timeline, messages, collection & single posts.
GNU General Public License v3.0
262 stars 14 forks source link

Keep getting Error: "ModuleNotFoundError: No module named 'pkg_resources._vendor'" #84

Open CatHerder69420 opened 1 month ago

CatHerder69420 commented 1 month ago

Bug Description

Everytime I try to open the app from the cmd terminal I get the following error: "ModuleNotFoundError: No module named 'pkg_resources._vendor'"

When I try to install the missing resource I get the following error: "ERROR: Could not find a version that satisfies the requirement pkg_resources._vendor (from versions: none) ERROR: No matching distribution found for pkg_resources._vendor"

image

Environment Information

I have done the following:

Additional context

I'm new to Python and GitHub, but I think I followed all of the directions correctly. I've also researched extensively, but I'm not sure what more I can do to fix this issue. Any help is appreciated. Thank you!

pwnage-boop commented 1 month ago

Seems to be a problem with the self update function of the tool. As a temporary fix try commenting out lines 51 and 107 in the fansly_downloader_ng.py file, should at least let the tool run for now.

Tropingenie commented 3 weeks ago

Seems to be a problem with the self update function of the tool. As a temporary fix try commenting out lines 51 and 107 in the fansly_downloader_ng.py file, should at least let the tool run for now.

Line 52 when I looked at it, but commenting out both the import and call to self_update still works :)