ilovevim
ilovevim
I encountered the same problem on neovim 0.11 on win10 platform. Maybe we should use different quotes by checking which OS platform is.
Is something like this below can help? I find it from the SUSTech-data/neopyter plugin. ` local is_windows = vim.loop.os_uname().version:match("Windows") if is_windows then str = str:gsub("/", "\\") end `
> 我也困扰了一段时间。后来运行案例解决了问题。将缺失的文件分享出来,这是uie-base/static里面的。 https://pan.baidu.com/s/10MoIVfCeUA6vUhBTcWeSwA?pwd=uieb (提取码: uieb ) 感谢分享,下载后放到uie-base/static后运行又报了个别的错误: 信息: 用提供的模式无法找到文件。 C:\yss\coding\python\ai\.venv\Lib\site-packages\paddle\utils\cpp_extension\extension_utils.py:718: Use rWarning: No ccache found. Please be aware that recompiling all source files may be required. You can download and...