Skip to content

Upgrade pyyaml #2126

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

Closed
wants to merge 1 commit into from
Closed

Upgrade pyyaml #2126

wants to merge 1 commit into from

Conversation

oliverchang
Copy link
Contributor

On Python 3.12, where there are no prebuilts available for version 6.0, I'm seeing a compilation error:

      File "<string>", line 204, in get_source_files
      File "/tmp/pip-build-env-em_api7q/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 131, in __getattr__
        raise AttributeError(attr)
      AttributeError: cython_sources
      [end of output]

Part of (but not sufficient to fix) #2125

On Python 3.12, where there are no prebuilts available for version 6.0,
I'm seeing a compilation error:

```
      File "<string>", line 204, in get_source_files
      File "/tmp/pip-build-env-em_api7q/overlay/lib/python3.12/site-packages/setuptools/_distutils/cmd.py", line 131, in __getattr__
        raise AttributeError(attr)
      AttributeError: cython_sources
      [end of output]
```
DavidKorczynski added a commit that referenced this pull request Apr 11, 2025
Ref: #2125

Supersedes #2126

Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski DavidKorczynski mentioned this pull request Apr 11, 2025
AdamKorcz pushed a commit that referenced this pull request Apr 11, 2025
Ref: #2125

Supersedes #2126

Signed-off-by: David Korczynski <[email protected]>
@DavidKorczynski
Copy link
Contributor

Superseded by #2131

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

Successfully merging this pull request may close these issues.

2 participants