本地安装,easy_tdx 总是突然失效,是创建虚拟环境包步骤不对的原因吗 #58
Unanswered
Yanyu-Chen1010-gm
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
本地安装后,east-tdx用着用着就显示 No module named 'easy_tdx.cli',需要rm 虚拟环境包,重新安装才能用,但重装后还是用着用着就又 module not found
想请教下原因,是我创建虚拟环境的步骤不对吗?是因为虚拟环境命名用的 .venv, 不是 venv 导致的吗?不用 venv 是因为python内置有一个 venv.
备注:我是 git fork, 然后放到本地安装的;失效后 deactivate -> activate 还是无效
以下是我安装的步骤:
zsh里的报错:

All reactions