Error while installing griddb_python library

17 views Asked by At

I am trying to install griddb_python python library on jupyter notebook and I got this error message.

ERROR: Command errored out with exit status 1: 'C:\Users\username\Anaconda3\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\username\\AppData\\Local\\Temp\\pip-install-fab172lb\\griddb-python_28bc1887464144bba98ec07fc3ec5a3f\\setup.py'"'"'; __file__='"'"'C:\\Users\\username\\AppData\\Local\\Temp\\pip-install-fab172lb\\griddb-python_28bc1887464144bba98ec07fc3ec5a3f\\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\username\AppData\Local\Temp\pip-record-suyu5koa\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\username\Anaconda3\Include\griddb-python' Check the logs for full command output.

Has any had similar issue and how did you resolve it.

Thanks

0

There are 0 answers