Arcgis package install azure-functions
I am Trying to deploy a python function using the arcgis package, however when deploying the function an error occurs upon installation of the package specifically for the gssapi package, which is included when installing the arcgis package. I cannot seem to resolve this issue.
15:19:14 KeChain: [14:19:14+0000] Failed to build gssapi
15:19:14 KeChain: ERROR: Could not build wheels for gssapi which use PEP 517 and cannot be installed directly
15:19:14 KeChain: WARNING: You are using pip version 20.2.3; however, version 22.3.1 is available.
15:19:14 KeChain: You should consider upgrading via the '/tmp/oryx/platforms/python/3.9.7/bin/python3.9 -m pip install --upgrade pip' command.
15:19:15 KeChain: Done in 169 sec(s).
15:19:16 KeChain: ERROR: Command errored out with exit status 1:
15:19:16 KeChain: /opt/Kudu/Scripts/starter.sh oryx build /tmp/zipdeploy/extracted -o /home/site/wwwroot --platform python --platform-version 3.9.7 -p packagedir=.python_packages/lib/site-packages
15:19:16 KeChain: Generating summary of Oryx build
15:19:16 KeChain: Deployment Log file does not exist in /tmp/oryx-build.log
15:19:16 KeChain: The logfile at /tmp/oryx-build.log is empty. Unable to fetch the summary of build
15:19:16 KeChain: Deployment Failed. deployer = Push-Deployer deploymentPath = Functions App ZipDeploy. Extract zip. Remote build.
15:19:25 KeChain: Deployment failed.