Python/ERROR LOG
ImportError: cannot import name 'mesh_core_cython'
인텔로퍼
2024. 6. 18. 16:27
반응형

ImportError: cannot import name 'mesh_core_cython
위와 같은 에러가 났다면 userpath/face3d/mesh/cython 경로로 들어가서 아래처럼 setup 파일을 install 해주세요!
cd ./engineer/render/face3d/mesh/cython # !!각자의 face3d 라이브러리 path 맞춰줍시다
python setup.py build_ext --inplace
python setup.py install
반응형
반응형