After purchasing the DBeaver license or getting the Trial/Academic license, you will receive a License text by email. It will also be available in your personal account on our site. This License text ...
可以重新拉取一次镜像,这个是环境变量问题,最早的镜像设置了容器里设了环境变量 PYTHONPATH=/workspace/CPM.cu:$PYTHONPATH,导致 Python 先从源码目录 /workspace/CPM.cu/cpmcu 导入包,源码目录下没有编译好的扩展模块 cpmcu.C,所以出现 cannot import name 'C' from 'cpmcu'。