Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyyaml dependency issue when pip installing package #120

Open
ishandhanani opened this issue Aug 7, 2023 · 0 comments
Open

pyyaml dependency issue when pip installing package #120

ishandhanani opened this issue Aug 7, 2023 · 0 comments

Comments

@ishandhanani
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant