HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
538 stars 213 forks source link

Cannot Run bot.py on Windows because of ValueError in py4j #88

Open ghost opened 6 years ago

ghost commented 6 years ago

Traceback (most recent call last): File "", line 1, in File "py4j_server__init__.py", line 34, in launch_py4j_server _port = int(_pid.stdout.readline()) ValueError: invalid literal for int() with base 10: ''

Josh4you commented 6 years ago

Check if the port number you have entered is correct or not or if its available for p4y to run on. Check out this page "https://www.py4j.org/py4j_java_gateway.html"