Tool/software:
Getting the following error even after running the setUpEnvironment.bat
Suggestions to fix this?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Getting the following error even after running the setUpEnvironment.bat
Suggestions to fix this?
Hello.
I would make sure to do a pip-install of all the dependencies listed in the requirements.txt file. It looks like you are missing the json_fix module so please make sure to install that.
Sincerely,
Santosh
Ok installed json_fix but get Error
Went back to validate that I did the following install as outlined in requirements.txt
Error still remains. Suggestion?
Hello Lawrence.
Instead of individually installing each dependency, you can install all the required dependencies using the requirements.txt file. Can you try installing using the requirements.txt file and see if you see any issues? Also please make sure that you are using python 3.7.
Sincerely,
Santosh
What is the error after running python gui_main.py following the latest screenshot? Is is the same qt_qpa_plugin issue? I grabbed the following from Stack Overflow, it looks like you are using anaconda; can you try this and see if it fixes the issue for you?
Sincerely,
Santosh