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
Copy file name to clipboardExpand all lines: src/main.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -445,7 +445,7 @@ fn diagnose() {
445
445
if runners::poe::is_available(){
446
446
if !runners::poe::is_command_available(){
447
447
problems_count += 1;
448
-
println!("{} poe(https://github.com/nat-n/poethepoet) command not available for pyproject.toml","Warning:".bold().yellow());
448
+
println!("{} poe(https://github.com/nat-n/poethepoet) command not available for pyproject.toml, please use `uv tool install --python 3.11 poethepoet` to install.","Warning:".bold().yellow());
0 commit comments