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
[blue@teddymac ufm_pkeys 17:02:34]$ python3 ufm_pkeys.py --get_pkeys
Error occurred while importing python modules, Please make sure that you exported your repository to PYTHONPATH by running: export PYTHONPATH="${PYTHONPATH}:/Users/blue/code_hpc/ufm_sdk_3.0"
The text was updated successfully, but these errors were encountered:
on macos system, it may be to install jsonschema lib beforehand, I have already fixed the issue locally and done the verification.
The root cause of the problem is the code "from jsonschema.exceptions import ValidationError" in commit dfbdc65 of merge #47 without adding the jsonschema to requirements.txt
ErrorMessge:
[blue@teddymac ufm_pkeys 17:02:34]$ python3 ufm_pkeys.py --get_pkeys
Error occurred while importing python modules, Please make sure that you exported your repository to PYTHONPATH by running: export PYTHONPATH="${PYTHONPATH}:/Users/blue/code_hpc/ufm_sdk_3.0"
The text was updated successfully, but these errors were encountered: