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
292 stars 16 forks source link

cannot import name 'StrEnum' from 'enum' #16

Closed passeee closed 9 months ago

passeee commented 9 months ago

Bug Description

Im getting the error "cannot import name 'StrEnum' from 'enum'" when trying to start the fansly_downloader_ng.py file I installed all requirements

Expected behavior

Not getting the error

Actual behavior

error

image

Environment Information

User Research

I have done the following:

lucifa42 commented 9 months ago

You need to upgrade to Python 3.11+, you're on 3.10.1.

passeee commented 9 months ago

Thanks didn't see that. What I also had to do is specifically install the requirements for python 3.11 with python3.11 -m pip install --user -r requirements.txt (without --user it fails without admin privileges)