yasinkuyu / binance-trader

💰 Cryptocurrency Trading Bot for Binance (Experimental)
2.51k stars 826 forks source link

Cant run the project - unable to open database file #195

Closed HappyHidra closed 6 years ago

HappyHidra commented 6 years ago

Python 3.6, requests module installed. When I am trying to run trader.py appears this error:

File "C:\Trader\Database.py", line 9, in conn = sqlite3.connect(path, check_same_thread = False) sqlite3.OperationalError: unable to open database file

Maathouse commented 6 years ago

Did you already download the sql part to run the code? I've found it on the internet how to install.