-
虚拟环境已经安装了python的第三方库 但是运行nb的时候依旧提示“No module named ***”,请问是怎么回事呢 |
Beta Was this translation helpful? Give feedback.
Answered by
yanyongyu
Mar 11, 2024
Replies: 1 comment 17 replies
-
你确定在nb使用的虚拟环境中安装了这个库吗?你可以通过 |
Beta Was this translation helpful? Give feedback.
17 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nb已经为你的bot项目创建了venv,你应该用nb的venv来安装库,你可以使用
source /root/Lvenv/bin/LBot-2810/.venv/bin/activate
来激活虚拟环境