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

pythonPackages.debugpy fails to build with Python 3 #104125

Closed
kira-bruneau opened this issue Nov 18, 2020 · 2 comments
Closed

pythonPackages.debugpy fails to build with Python 3 #104125

kira-bruneau opened this issue Nov 18, 2020 · 2 comments

Comments

@kira-bruneau
Copy link
Contributor

kira-bruneau commented Nov 18, 2020

Describe the bug
The Python 3 builds of debugpy started failing due to a change in one of the dependencies:
https://hydra.nixos.org/eval/1627728?filter=debugpy&compare=1627648&full=#tabs-still-fail.

I've started bisecting the history to try to narrow down the cause.

Maintainer information:

# a list of nixpkgs attributes affected by the problem
attribute: python37Packages.debugpy, python38Packages.debugpy
@kira-bruneau
Copy link
Contributor Author

I narrowed down the commit that introduced this issue to 4bfbcbe python3Packages.greenlet: 0.4.16 -> 0.4.17. It seems like this is a bug in greenlet, but I will look into it a bit more.

@kira-bruneau
Copy link
Contributor Author

Fixed by reverting greenlet back to 0.4.16: #104327

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

No branches or pull requests

2 participants