AAPlugin Development - project set up

I am trying to setup PY Project in laptop visual studio code. Facing issue while installing Plugin SDK.  Do this need SG software installed locally for dependencies ??  

 

Command pipenv.exe install -d is throwing timeout error while resolving dependencies.

Command : py -m pip install oneidentity-safeguard-sessions-plugin-sdk==1.6.0 

...

....

adding license file 'LICENCE'
writing manifest file 'Lib\python_ldap.egg-info\SOURCES.txt'
creating build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\README -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\ca.conf -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\ca.pem -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\client.conf -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\client.key -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\client.pem -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\gencerts.sh -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\gennssdb.sh -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\server.conf -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\server.key -> build\lib.win-amd64-3.6\slapdtest\certs
copying Lib\slapdtest\certs\server.pem -> build\lib.win-amd64-3.6\slapdtest\certs
running build_ext
building '_ldap' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": visualstudio.microsoft.com/.../
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\[username]\AppData\Local\Programs\Python\Python36\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\PRANEE~1.MAR\\AppData\\Local\\Temp\\1\\pip-install-_fztybiw\\python-ldap_78172a83bcea4110acc7bec663db43be\\setup.py'"'"'; __file__='"'"'C:\\Users\\PRANEE~1.MAR\\AppData\\Local\\Temp\\1\\pip-install-_fztybiw\\python-ldap_78172a83bcea4110acc7bec663db43be\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\PRANEE~1.MAR\AppData\Local\Temp\1\pip-record-ntl_8ysz\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\[username]\AppData\Local\Programs\Python\Python36\Include\python-ldap' Check the logs for full command output.

Parents Reply Children
No Data