Skip to content

Unable to install in docker via poetry #15

@DBlek

Description

@DBlek

I am trying to set up a Django Rest Framework procject that will use the agora-python-sdk. As my dependency manager I want to use poetry via docker. there is a problem when trying to install the sdk via docker:

RuntimeError
Unable to find installation candidates for agora-python-sdk (3.4.2.1)
at /opt/poetry/lib/poetry/installation/chooser.py:72 in choose_for
             links.append(link)

         if not links:
             raise RuntimeError(
                 "Unable to find installation candidates for {}".format(package)
             )

# Get the best link

I noticed that there is an open StackOverflow question regarding an earlier version. I have read the issues and saw that there was a similar issue with v3.1.2.1 but as you can see the problem persists on docker.

Any workarounds for this?

I have tested the versions from latest to 3.1.2.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions