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
There is currently no version field in the setup.cfg [metadata] section which leads to errors in dependencies resolution for custom packaging tools. See nix-community/poetry2nix#123 (comment)
There is currently no
versionfield in the setup.cfg[metadata]section which leads to errors in dependencies resolution for custom packaging tools. See nix-community/poetry2nix#123 (comment)Adding the field fix the problem.