We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585c689 commit adfdc44Copy full SHA for adfdc44
1 file changed
README.md
@@ -8,11 +8,13 @@ docker run -it --name=mcoplib-build --shm-size 16384m --device=/dev/dri --dev
8
安装编译依赖:
9
```shell
10
#安装cmake, 注意:如果是镜像中编译,又是把代码放在到网络共享盘中的,则先需要切换到root用户,在root用户下安装cmake
11
-pip3 install cmake==3.26.3 -i https://repo.metax-tech.com/r/pypi/simple
+pip3 install cmake==3.26.3
12
#安装pybind11
13
-pip3 install pybind11 -i https://repo.metax-tech.com/r/pypi/simple
14
-pip3 install build -i https://repo.metax-tech.com/r/pypi/simple
15
-pip3 install setuptools-scm==8.0 -i https://repo.metax-tech.com/r/pypi/simple
+pip3 install pybind11
+pip3 install build -
+pip3 install setuptools-scm==8.0
16
+#sometime need install setuptools
17
+pip3 install setuptools ==69.5.1
18
```
19
环境变量设置:
20
0 commit comments