We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eff486 commit a4d8fefCopy full SHA for a4d8fef
install_requirements.py
@@ -81,7 +81,7 @@ def python_is_compatible():
81
print(f"Error: {arg} must follow --pybind")
82
sys.exit(1)
83
elif arg == "--clean":
84
- print(f"Cleaning build artifacts...")
+ print("Cleaning build artifacts...")
85
print("Cleaning pip-out/...")
86
shutil.rmtree("pip-out/", ignore_errors=True)
87
dirs = glob.glob("cmake-out*/")
0 commit comments