-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running bot.py #76
Comments
Try installing...java.. |
Hi, I had java on my computer. |
did u gave python bot.py in virtualenv...try tht..it may work... |
try installing py4js manually |
same error please help
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I follow the steps and run the bot.py and it shows this:
Error: Could not find or load main class Py4JServer
Traceback (most recent call last):
File "bot.py", line 12, in
from nlg import NLG
File "C:\Users\kk1775\Desktop\AI-Smart-Mirror-master\nlg.py", line 7, in
gateway = launch_py4j_server()
File "C:\Users\kk1775\Desktop\AI-Smart-Mirror-master\py4j_server_init_.py", line 34, in launch_py4j_server
_port = int(_pid.stdout.readline())
ValueError: invalid literal for int() with base 10: ' '
What can I do to solve this? plz help me I'm appreciated
The text was updated successfully, but these errors were encountered: