Operating system: macOS Monterey version 12.6.1
2nd Operating system: Windows 10 pro
Applications: Docker Desktop, Visual Studio Code
While running command “make build” showed this error:
“The currently activated Python version 3.9.15 is not supported by the project (3.9.7). Poetry was unable to find a compatible version.”
Solution: in NEF_emulator-main/backend/app/pyproject.toml → line 8 is missing “^” (python = “3.9.7” → python = “^3.9.7”)