강화학습 실습을 위해 CarRacing 환경이 필요해서
pip install gymnasium[box2d] 실행했더니
ERROR: Failed building wheel for box2d-py
와 같은 에러가 발생하였다.
cmd 창의 에러 메세지를 확인해보니
Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
와 같은 요구사항을 발견했다.
아래의 사이트에서 Visual Studio 설치하고 다시 library를 설치하면 오류가 해결된다.
첫 번째 방법에서 언급한 사이트에서
Visual Studio 도구에서 빌드 도구를 다운로드하여 설치하면 해결된다.