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
# TODO Change to Sz library when the libG2.so is changed in a build
156
159
# TODO Wording & links for V4
157
160
print(
158
-
"ERROR: Unable to load Senzing library. Did you remember to setup your environment by sourcing the setupEnv file?\n"
159
-
"ERROR: For more information see https://senzing.zendesk.com/hc/en-us/articles/115002408867-Introduction-G2-Quickstart\n"
160
-
"ERROR: If you are running Ubuntu or Debian please also review the ssl and crypto information at https://senzing.zendesk.com/hc/en-us/articles/115010259947-System-Requirements\n",
161
+
f"ERROR: Unable to load the Senzing library: {err}\n"
162
+
"ERROR: Did you remember to setup your environment by sourcing the setupEnv file?\n"
163
+
"ERROR: For more information: https://senzing.zendesk.com/hc/en-us/articles/115002408867-Introduction-G2-Quickstart\n"
164
+
"ERROR: If you are running Ubuntu or Debian also review the ssl and crypto information at https://senzing.zendesk.com/hc/en-us/articles/115010259947-System-Requirements\n",
0 commit comments