You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue occurs when the user wants to install safety. Safety depends on the safety-schema package version 0.0.2. This package depends on ruamel-yaml 0.18,6 which depends on ruamel-yaml-clib >=0.2.7. Poetry however cannot select this package even though it is installed in the site-packages.
🔬 How To Reproduce
Steps to reproduce the behavior:
Add safety version 3.2.4 to pyproject.toml as dev dependency
Reproduce poetry.lock using poetry update -vvv to log information about the dependency resolve process
Dependency Resolve Process ends in infinite loop, since ruamel-yaml-clib cant be selected.
Code sample
Environment
OS: Linux
Python version, get it with: 3.10
python --version
Screenshots
The text was updated successfully, but these errors were encountered:
Hello @ulig123, thanks for your first issue and interest in our work 😊!
If this is a bug report, please provide screenshots, relevant logs and minimum viable code to reproduce your issue, which will help us debug the problem.
🐛 Bug Report
The issue occurs when the user wants to install safety. Safety depends on the safety-schema package version 0.0.2. This package depends on ruamel-yaml 0.18,6 which depends on ruamel-yaml-clib >=0.2.7. Poetry however cannot select this package even though it is installed in the site-packages.
🔬 How To Reproduce
Steps to reproduce the behavior:
Code sample
Environment
Screenshots
The text was updated successfully, but these errors were encountered: