lefnire / tforce_btc_trader

TensorForce Bitcoin Trading Bot
http://ocdevel.com/podcasts/machine-learning/26
GNU Affero General Public License v3.0
816 stars 235 forks source link

Fix "ModuleNotFoundError: No module named 'data" on Windows #14

Closed TalhaAsmal closed 6 years ago

forhonourlx commented 6 years ago

Sorry for that. Afer adding the following on windows: "from os import path as os_path, getcwd from sys import path as sys_path sys_path.append(getcwd())" still "ModuleNotFoundError: No module named 'data'"