edward

Results 5 comments of edward

Hi. Make sure that you are using UTF-8 encoding, as this is a common issue. Additionally, the file is fairly large, so it _might_ have just crashed your Excel. For...

You need tensorflow 1.13.1, as it states in requirements.txt I think the only compatible Python versions are 3.6 & 3.7

You can download from these links Python3.6: [https://www.python.org/downloads/release/python-360/](url) Python3.7: [https://www.python.org/downloads/release/python-370/](url)

Hi. Please could you be more specific as to: - Explain what you mean by "GMN" - Tell us which project you are talking about : _**VERY IMPORTANT**_ Thanks. DM

do `proc = subprocess.Popen(command.decode(), shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, stdin=subprocess.PIPE) `