Skip to content
代码片段 群组 项目
未验证 提交 2524d392 编辑于 作者: Galaxy1458's avatar Galaxy1458 提交者: GitHub
浏览文件

Update setup.py

上级 9a11757c
标签 grpc0
无相关合并请求
......@@ -50,10 +50,10 @@ elif env_version is None:
print(f"export PY_VERSION = { python_version }")
os.environ["PY_VERSION"] = python_version
elif env_version != version:
elif str(env_version) != str(version):
warnings.warn(
f"You set PY_VERSION={env_version}, but"
f"your current python environment is {version}"
f"You set PY_VERSION={env_version}, but "
f"your current python environment is {version} "
f"we will use your current python version to execute"
)
os.environ["PY_VERSION"] = python_version
......
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册