 Solution: Modify [this line](https://github.com/MLDSAI/OpenAdapt/blob/main/requirements.txt#L3): ``` -e git+https://github.com/abrichr/atomacos.git; sys_platform == 'darwin' ``` To: ``` -e git+https://github.com/abrichr/atomacos.git#atomacos ; sys_platform == 'darwin' ```