Running 11.1.5 in test environment with Docker/Jupyter on Windows. We need to utilize kerberos for security against our database.
I've added "request-kerberos" to the additional_packages.txt file and ran the build.bat. The process seems to work until it gets to the "building kerberos extension" and then I get the following error.
**************
Building wheel for pykerberos (setup.py): started
Building wheel for pykerberos (setup.py): finished with status 'error'
Complete output from command /opt/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-i51pwhl2/pykerberos/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/pip-wheel-oc2hf0bm --python-tag cp37:
running bdist_wheel
running build
running build_ext
building 'kerberos' extension
creating build
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/src
gcc -pthread -B /opt/anaconda3/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/anaconda3/include/python3.7m -c src/kerberos.c -o build/temp.linux-x86_64-3.7/src/kerberos.o -I/opt/anaconda3/include -DGSSAPI_EXT
unable to execute 'gcc': No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
Failed building wheel for pykerberos
****************
Searching online doesn't help as everything I find is linx and not Windows based support. Can anyone help me with this or point me to where I can solve this issue. It is critical for us to use Kerberos to test out this connection with Cognos & Jupyter notebooks.
Thanks in advance for your help.
PS - the build log text also noted that we were using pip version 19.0.3, however version 20.0.2 is available. - how would I update this?
------------------------------
Scott
Cognos Administrator
Wenatchee WA
------------------------------
#CognosAnalyticswithWatson