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

Fix PyYaml cython error #606

Closed
stan-dot opened this issue Aug 28, 2024 · 5 comments
Closed

Fix PyYaml cython error #606

stan-dot opened this issue Aug 28, 2024 · 5 comments
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@stan-dot
Copy link
Collaborator

https://pypi.org/project/PyYAML/5.4.1/

try migrating to 6.0.2

#596 (comment)

@stan-dot stan-dot added bug Something isn't working dependencies Pull requests that update a dependency file labels Aug 28, 2024
@stan-dot stan-dot self-assigned this Aug 28, 2024
@stan-dot
Copy link
Collaborator Author

nothing in the repo seems to reference the 5.4.1 version...

@stan-dot
Copy link
Collaborator Author

stan-dot commented Aug 28, 2024

Collecting PyYAML (from blueapi==0.4.5a3.dev2+gb677a55b)
  Downloading PyYAML-5.4.1.tar.gz (175 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'error'
  error: subprocess-exited-with-error
  
  × Getting requirements to build wheel did not run successfully.
  │ exit code: 1
  ╰─> [54 lines of output]
      running egg_info
      writing lib3/PyYAML.egg-info/PKG-INFO
      writing dependency_links to lib3/PyYAML.egg-info/dependency_links.txt
      writing top-level names to lib3/PyYAML.egg-info/top_level.txt
      

the CI error

https://github.com/DiamondLightSource/blueapi/actions/runs/10510830504/job/29359146654

@stan-dot
Copy link
Collaborator Author

the installation with specific override in pyproject.toml into "PyYaml>=6.0.2" takes ages

@stan-dot
Copy link
Collaborator Author

and it doesn't look like it would stop on its own after 7 minutes locally

@stan-dot
Copy link
Collaborator Author

nevermind, this PR should fix it
#607 (review)

@stan-dot stan-dot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant