Skip to content

pyyaml dependency issue when pip installing package #120

@ishandhanani

Description

@ishandhanani

Description:

When trying to pip install dapp-runner, the installation breaks when building pyyaml 5.4.1 and I receive an AttributeError: cython_source. After some research, it seems like this is a pyyaml issue that has been affecting other users - see Issue 601 and Issue 724. Apparently this has been on the horizon for the pyyaml team but is now urgent due to the release of Cython3 source

The workaround here is to either use cython < 3.0.0 as per this or use an earlier version of pyyaml as per this.

I fixed it by installing pyyaml=5.3.1 first and then installing dapp-runner.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions