This commit is contained in:
恍兮惚兮 2024-06-25 13:19:19 +08:00
parent 133a7041ef
commit e14be77fb4

View File

@ -287,5 +287,6 @@ if __name__ == "__main__":
subprocess.run(f"{py37Path} -m pip install --upgrade pip")
subprocess.run(f"{py37Path} -m pip install -r requirements.txt")
# 3.8之后会莫名其妙引用这个b东西然后这个b东西会把一堆没用的东西导入进来
shutil.rmtree(os.path.join(os.path.dirname(py37Path), "Lib\\test"))
subprocess.run(f"{py37Path} retrieval.py")