728x90
pip install pymesh2
git clone https://github.com/qnzhou/PyMesh.git
git submodule update –init
cd PyMesh
git submodule update --init
cd $PYMESH_PATH/third_party
python build.py all
이렇게 빌드가 진행된다.
cd $PYMESH_PATH
mkdir build
cd build
cmake ..
make
make tests
./setup.py build
./setup.py install
python -c "import pymesh; pymesh.test()"
위 과정으로 안 된다면
docker로 진행해야 한다.
mac os 같은 경우 위 과정으로 설치를 성공했으나, ubuntu는 안 됐다.
docker로 바로 하자.
'hacking or software engineering skills > etc' 카테고리의 다른 글
[docker] docker 처음 실행시 python 실행 안 하게 하기 (0) | 2021.04.28 |
---|---|
[3d] 3d 구를 DSM으로 만들기 (0) | 2021.04.23 |
rasputin library import하기 (0) | 2021.04.07 |
[imaginare 설치] TypeError: Class advice impossible in Python3 에러 (0) | 2021.03.05 |
python으로 폴더 지우기 (os, shutil) (0) | 2021.03.04 |