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
I was following the tutorial recently and found some issues:
load_demo.py takes username and password from args, not from config file. python load_demo.py 5432 postgres pgpassword
It probably should mention that Python dependencies have to be installed via pip. (pip install -r tools/requirements.txt)
frontend.sh didn't work for some reason, java was complaining that it cannot find MacroBaseServer. I didn't figure out why (even tried different OS, Ubuntu and Windows). So I opened the project in IDE and run the class from there.
There are some formatting issues. I guess it was supposed to be a numbered list:
The text was updated successfully, but these errors were encountered:
I was following the tutorial recently and found some issues:
load_demo.py
takes username and password from args, not from config file.python load_demo.py 5432 postgres pgpassword
pip
. (pip install -r tools/requirements.txt
)frontend.sh
didn't work for some reason, java was complaining that it cannot findMacroBaseServer
. I didn't figure out why (even tried different OS, Ubuntu and Windows). So I opened the project in IDE and run the class from there.The text was updated successfully, but these errors were encountered: