-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
执行phthon3相关指令提示:No module named 'util._cmdsvn' #1114
Comments
bash ./scripts/base/install_bin.sh |
client容器部署方式也遇到相同的问题 |
有没有执行该命令呢? |
执行命令对应的操作,因为我是在内部网络没法直接访问github。我是手动下载,相当于手动download_lib然后deepmove。 |
可以进到client位置查看 util/_cmdgit.cpython-37m-x86_64-linux-gnu.so 文件是否存在。 |
client/util下so文件存在的,这些文件是从tca_LIB中深度拷贝的,我看日志deepmove是操作了的。所以我怀疑是不是我手动download tca_lib是不是版本不兼容? |
ls -al client/util/ 看看 |
Traceback (most recent call last):
File "/home/lighthouse/CodeAnalysis/client/codepuppy.py", line 22, in
from node.toolloader.loadtool import ToolLoader, ToolConfigLoader
File "/home/lighthouse/CodeAnalysis/client/node/toolloader/loadtool.py", line 19, in
from node.toolloader.gitload import GitLoader
File "/home/lighthouse/CodeAnalysis/client/node/toolloader/gitload.py", line 16, in
from util.cmdscm import ScmClient
File "/home/lighthouse/CodeAnalysis/client/util/cmdscm.py", line 20, in
from ._cmdsvn import CmdSvn
ModuleNotFoundError: No module named 'util._cmdsvn'
The text was updated successfully, but these errors were encountered: