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

Poetry install is not working because of the pyyaml package #15

Open
SzilvasiPeter opened this issue Feb 7, 2024 · 1 comment
Open

Comments

@SzilvasiPeter
Copy link

If I run the poetry install then the installation is failed at the pyyaml package. I removed the package and added it back so that poetry can figure out the proper version. The potential fix is to update from the 6.0 to 6.0.1 version:

# poetry.toml
...
pyyaml = "^6.0.1"
...
@tibitTW
Copy link

tibitTW commented Jul 9, 2024

yeah used same solution here

ref: python-poetry/poetry#8287

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

2 participants