Open pilo21 opened 6 years ago
lines = open("data/" + key + ".csv", "r").read().splitlines()
FileNotFoundError: [Errno 2] No such file or directory: 'data/GSPC.csv'
i got this error
tenroflow 1.10.0 python 3.6.4 w7. I maked some changes in code couse parenthes was missing
I've the same problem with Python2.7//Conda but with print sentences. I fixed on my PR: https://github.com/edwardhdlu/q-trader/pull/15
FileNotFoundError: [Errno 2] No such file or directory: 'data/GSPC.csv'
i got this error
tenroflow 1.10.0 python 3.6.4 w7. I maked some changes in code couse parenthes was missing