Replies: 1 comment 5 replies
-
Use latest release |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
***Apologies!! I thought I checked, but I see there's an issue already open regarding this issue. Please delete or disregard...
I normally use this program in Linux, and have successfully run it previously. I recently upgraded to Python 3.9 and now I am unable to get the program to start.
I thought maybe I had an unmet dependency in Linux, so I tried installing in Windows and got the exact same error, word for word:
python .\start_ofd.py
Traceback (most recent call last):
File "C:\Users\xxx\OnlyFans-6.4.2\start_ofd.py", line 10, in
main_test.check_config()
File "C:\Users\xxx\OnlyFans-6.4.2\tests\main_test.py", line 23, in check_config
import helpers.main_helper as main_helper
File "C:\Users\xxx\OnlyFans-6.4.2\helpers\main_helper.py", line 5, in
from sqlalchemy.ext.declarative import api
ImportError: cannot import name 'api' from 'sqlalchemy.ext.declarative' (C:\Users\xxx\AppData\Local\Programs\Python\Python39\lib\site-packages\sqlalchemy\ext\declarative_init_.py)
I have run pip install -r requirments.txt and did not receive any errors.
Any idea what I'm doing wrong? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions