Hi all!
I have been working on a project that some of the new team members are using MacOS ARM-based. We use conda devenv there, and I have been struggling to generate lock files with conda devenv --lock for osx-arm64 platform. Actually, I never managed to generate for this platform since it is not expected by conda-devenv in CondaPlatform and related usages.
Is there any way to support osx-arm64? Would you guys think that it would be good to have? MacOS with ARM has been there for some time now. If this feature is desirable, I can try to implement the osx-arm64 support, please lmk.
Hi all!
I have been working on a project that some of the new team members are using MacOS ARM-based. We use
conda devenvthere, and I have been struggling to generate lock files withconda devenv --lockforosx-arm64platform. Actually, I never managed to generate for this platform since it is not expected byconda-devenvin CondaPlatform and related usages.Is there any way to support
osx-arm64? Would you guys think that it would be good to have? MacOS with ARM has been there for some time now. If this feature is desirable, I can try to implement theosx-arm64support, please lmk.