본문 바로가기

unity ml agents3

× Building wheel for numpy (pyproject.toml) did not run successfully. │ exit code: 1Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects × Building wheel for numpy (pyproject.toml) did not run successfully. │ exit code: 1 Failed to build numpy ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects 에러 내용 unity mlagents를 window에서 설치하는 도중 위 에러를 만났다. 에러 원인 numpy가 지원하는 python 버전과 현재 버전이 호환이 되지 않기 때문이다. (아마 mlagent에서 사용하는 numpy 버전이 조금 낮아서 낮은 python 버전을 요구하는 듯하다.) 해결 방법 python 버전을 다운 그레이드한다. .. 2023. 4. 21.
If you cannot immediately regenerate your protos, some other possible workarounds are: 1. Downgrade the protobuf package to 3.20.x or lower. 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slo.. If you cannot immediately regenerate your protos, some other possible workarounds are: 1. Downgrade the protobuf package to 3.20.x or lower. 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower). 에러 내용 Unity ML Agent를 window에서 설치하고 실행하는 도중에 만난 에러 에러 원인 protobuf가 버전이 호환이 되지 않는다. 해결 방법 pip uninstall protobuf pip insatll protobuf==3.19.6 2023. 4. 21.
Unity ML-Agents window anaconda pip install 시 ERROR: Ignored the following versions that require a different python version 와 ERROR: No matching distribution found for mlagents_envs==0.31.0.dev0 ERROR: Ignored the following versions that require a different python version ERROR: No matching distribution found for mlagents_envs==0.31.0.dev0 Unity ML-Agents window pip install 에러 내용 ERROR: Ignored the following versions that require a different python version: 0.10.0.dev0 Requires-Python >=3.5,=3.5,=3.5,=3.5,=3.5,=3.5,=3.5,=3.5,=3.5,=3.5,=3.5, 2023. 4. 21.