duckzheng
duckzheng
> 我们实现用docker部署,文档写的可能不怎么好,可以供你们参考: > https://gitee.com/smooth00/stressTestSystemDocker 好棒~~过两天试一下~感谢大佬
你是说这个错误吗 libcuda.so.1: cannot open shared object file: No such file or directory 这个错误安装就好yum install mesa-libGL
我用的也是3.10也遇到这个问题,改python有点麻烦,我选择的是改依赖的版本。我卸载protobuf重新装这个版本。起码这个问题不会报了。 pip3 install protobuf==3.19.3
请问未使用assert这个问题有解决吗,使用的时候发现还是有问题。全部assert文件都被认为没有使用过。这里有什么前置条件之类的吗
I solve this problem with `:require /path/to/file.jar`in spark-shell