I'm failing to pip install the ibm-db connect api. I'm using jupyter notebook in anaconda. I've tried the following different versions and each time I get the same error message (below).
!pip install ibm-db
!pip install ibm_db
!pip install ibm_db_sa
Error appears during the install as follows (too long to paste the whole thing so i took the top and bottom error messages).
I'm using macOS Big Sur 11.5.2.
Collecting ibm-db
Using cached ibm_db-3.0.4.tar.gz (796 kB)
Building wheels for collected packages: ibm-db
Building wheel for ibm-db (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /Applications/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-install-ars2dw6i/ibm-db_ab69dcaf33094042bf6e8f35562bd362/setup.py'"'"'; __file__='"'"'/private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-install-ars2dw6i/ibm-db_ab69dcaf33094042bf6e8f35562bd362/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 /private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-wheel-gzwtbgz0
cwd: /private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-install-ars2dw6i/ibm-db_ab69dcaf33094042bf6e8f35562bd362/
Complete output (364 lines):
Detected 64-bit Python
running bdist_wheel
[...omissis...]
.....
ERROR: Command errored out with exit status 1: /Applications/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-install-ars2dw6i/ibm-db_ab69dcaf33094042bf6e8f35562bd362/setup.py'"'"'; __file__='"'"'/private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-install-ars2dw6i/ibm-db_ab69dcaf33094042bf6e8f35562bd362/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/km/x_cb0wn5249ddhfzzt066kg40000gn/T/pip-record-_5eo3goo/install-record.txt --single-version-externally-managed --compile --install-headers /Applications/anaconda3/include/python3.8/ibm-db Check the logs for full command output.