UltimaScraper icon indicating copy to clipboard operation
UltimaScraper copied to clipboard

sqlalchemy error

Open JarekLB opened this issue 3 years ago • 3 comments

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 main_test.check_config() File "C:\Users\xxx\Desktop\OnlyFans-master\tests\main_test.py", line 23, in check_config import helpers.main_helper as main_helper File "C:\Users\xxx\Desktop\OnlyFans-master\helpers\main_helper.py", line 1, in from database.databases.user_data.models.api_table import api_table File "C:\Users\xxx\Desktop\OnlyFans-master\database\databases\user_data\models\api_table.py", line 6, in import sqlalchemy ModuleNotFoundError: No module named 'sqlalchemy'

JarekLB avatar Sep 10 '21 08:09 JarekLB

  • check to see if you perhaps have multiple versions of python installed.
  • check if SQLAlchemy is installed for the version of python your using to run the scraper
  • When installing the SQLAlchemy module check if the spelling for the module is correct

LunarPenguin avatar Sep 18 '21 11:09 LunarPenguin

Could it be that the actual module is "SQLAlchemy" instead of "sqlalchemy"? I'm having the same problem.

image

oz-richardson-reclique avatar Oct 04 '21 16:10 oz-richardson-reclique

I don't think it's case sensitive

alexey-romero avatar Nov 11 '21 17:11 alexey-romero