vscode-djangobat1.15.0 markdown-mermaidbie1.22.0 vscode-better-aligncho1.4.2 vscode-junoscod0.3.1 c-cpp-project-generatordan1.2.13 dscodegptDan3.1.7 EditorConfigEdi0.16.4 prettier-vscodeesb10.1.0 code-runnerfor0.12.1 c-cpp-runnerfra9.2.1 ...
For some reason, doing pip install in vscode didn't work, so I had to do it in the terminal. After doing all the pip installs, theingest.pyscript started working. But when I tried doingpython run_localGPT.py --device_type mps, it gave meNo module named 'auto_gptq'. So, I tried...
ImportError: /usr/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _PyUnicode_AsWideCharString 我是在执行https://github.com/starry-sky6688/StarCraft中的 python main.py --map=3m --alg=qmix 语句的时候报错的 把python换成python3就可以消除这个错误:python3 ...