Open alirezaseifi opened 6 years ago
Did you successfully import the Kaggle dataset into a database? What's the name of the database in your config.json
? Can you run psql {that-database}
then select * from coinbase limit 1
? I think the database doesn't exist or wasn't setup properly.
I have created these dbs as suggested in the config and readme history
, history_live
and runs
.
"DB_RUNS": "postgres://localhost/runs",
"DB_HISTORY": "postgres://localhost/history",
"DB_HISTORY_LIVE": "postgres://localhost/history_live",
Oh, very strange.. it's right there, coinbase
. I'll do a fresh install sometime following the README & see if I can replicate. In the meantime, is there any more to that error - showing where the error occurs in tforce_btc_trader? (I'm assuming data._db_to_dataframe_main()
, but just in case)
I'm getting the following error by running
python3 run.py --id 10 --name test --test