You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first ran main.py with python 2.7, I got an error stating that asciitree was missing. I installed it with pip.
Then I got an error that tensorflow is missing. According to their website, it only works with python 3 on Windows, yet this project claim to use python 2.7?
When I tried python 3.7, I got errors for the print statements in the wrapper not using parentheses... after fixing that, some new error emerged.
needless to say, it's been far more than 5 minutes, and I have not gotten this working.
The text was updated successfully, but these errors were encountered:
When I first ran main.py with python 2.7, I got an error stating that asciitree was missing. I installed it with pip.
Then I got an error that tensorflow is missing. According to their website, it only works with python 3 on Windows, yet this project claim to use python 2.7?
When I tried python 3.7, I got errors for the print statements in the wrapper not using parentheses... after fixing that, some new error emerged.
needless to say, it's been far more than 5 minutes, and I have not gotten this working.
The text was updated successfully, but these errors were encountered: