UltimaScraper
UltimaScraper copied to clipboard
sqlalchemy error
When first trying to setup the program after running the command "python3 start_ofd.py" I get the following.
I do in fact have the lastest version of Sqalchemy installed so im not sure why its giving me this error
Traceback (most recent call last):
File "C:\Users\xxx\Desktop\OnlyFans-master\start_ofd.py", line 12, in
- check to see if you perhaps have multiple versions of python installed.
- check if
SQLAlchemyis installed for the version of python your using to run the scraper - When installing the
SQLAlchemymodule check if the spelling for the module is correct
Could it be that the actual module is "SQLAlchemy" instead of "sqlalchemy"? I'm having the same problem.

I don't think it's case sensitive