[Raspberry Pi] Docker-Compose 설치시 Building wheel for crytography (PEP 517) ... error
·
개발 ━━━━━/Troubleshoot
Raspberry pi 3b+ 에 Ubuntu 를 올려서 그 위에 Docker-Compose 를 설치하는 과정에서 마주한 오류... 처음엔 EC2 에 설치하듯이 설치해봤지만 sudo curl -L https://github.com/docker/compose/releases/latest/download/docker-compose-$(uname -s)-$(uname -m) -o /usr/local/bin/docker-compose 뭐가 안 맞아서 안되는듯 했다. 구글링 중 pip 로 설치하면 된다는 글을 발견하고 https://gist.github.com/vicky-gonsalves/042ae44268975eafee5c1a9af224c33c Install docker and docker-compose in ..