I used pants run command for my python application. I’ve tried both with 2.17.0 version and 2.21.0a1. I googled the “not supported” error but didn’t come up with any results. Is it related to having macbook m2 pro? maybe it works with M1 and linux but not on M2?
commands like version
, help
they all seem fine but I can’t run my apps.
<code>saygin@mbpro trial-project % pants run main.py
[INFO scie_pants] Found Pants build root at Some("/Users/saygin/dev")
[INFO scie_pants] The required Pants version is Some("2.21.0a1")
remote install is not supported on this platform!
saygin@mbpro trial-project %
</code>
<code>saygin@mbpro trial-project % pants run main.py
[INFO scie_pants] Found Pants build root at Some("/Users/saygin/dev")
[INFO scie_pants] The required Pants version is Some("2.21.0a1")
remote install is not supported on this platform!
saygin@mbpro trial-project %
</code>
saygin@mbpro trial-project % pants run main.py
[INFO scie_pants] Found Pants build root at Some("/Users/saygin/dev")
[INFO scie_pants] The required Pants version is Some("2.21.0a1")
remote install is not supported on this platform!
saygin@mbpro trial-project %