$ pip install mariadb ... OSError: mariadb_config not found. Please make sure, that MariaDB Connector/C is installed on your system. Either set th...
Docker Compose를 이용하면 복잡한 DB 설치와 세팅 과정을 파일 하나로 간략화 할 수 있습니다. Docker와 Docker Compose가 설치되어 있어야 하며, 설치 후 아래와 같이 docker-compose.yml를 만들어줍니다. docker-c...
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. 해...
TensorFlow for C를 이용하면 C와 C++에서 TensorFlow 모델을 불러와 사용할 수 있습니다. TensorFlow는 C++로 작성되어 있기 때문에 TensorFlow Core API를 직접 불러와 사용할 수도 있지만, 예고 없이 API가 변경될...
이 글을 컴퓨터에 FFmpeg 라이브러리가 설치되어 있다는 것을 전제로 설명합니다. 만약 라이브러리가 설치되어있지 않다면 스크롤을 내려 FFmpeg 라이브러리를 먼저 설치해주세요. CMake에서 FFmpeg를 불러오기 위해서는 아래 코드를 CMakeLists....