Closed Perla-Al-Haddad closed 1 year ago
This issue #1460 seems to be related, but it concerns the 2.1.0 version of the API.
Could the changes made for the #1460 issue be applied to version 1.9.1 of the API to bypass this problem with the keyring dependency?
@Perla-Al-Haddad We cannot backport fixes, unfortunately you will have to upgrade to the fixed version
I encounter this same issue attempting to install arcgis 2.1.0 on Ubuntu 22.04 using pip in Python 3.8 and 3.9
EDIT: Installing arcgis 2.1.0.3 works though!
Describe the bug When building my project on azure using github actions recently, I started getting an error when installing the arcgis python package. The main error is the following:
The main problem seems to stem from the package trying to install a specific version of the keyring package.
To Reproduce Steps to reproduce the behavior:
This is my requirements.txt file:
A project needs to be setup on git with this requirements.txt file to be built on azure using github actions.
This is the main relevant part of my workflow file used to build the application:
The environment is set to python 3.9
Expected behavior The package should be installed normally with all it's dependencies.
Platform:
Additional context The full stack trace to install the dependencies is the following:
Thank you for any help on this issue.