Mo Tiwari

Results 32 comments of Mo Tiwari

Thanks @retzerjj ! Just to confirm, did you also install the xcode command line tools via the [Mac installation guide](https://github.com/ThrunGroup/BanditPAM/blob/dev/docs/install_mac.md)? [This post](https://stackoverflow.com/questions/51761599/cannot-find-stdio-h) suggests that might be the issue

Interesting -- could you update the Xcode tools by opening the "App Store" app and Choosing "Updates" on the left-hand sidebar? Also, does your `/usr/local/` directory exist?

Hey @retzerjj , that's great to hear! Thanks for reporting back with the fix -- I've added this to the [install guide](https://github.com/ThrunGroup/BanditPAM/blob/main/docs/install_mac.md#known-issues) to help future generations. Regarding the new error...

Oh, it also looks like M1 Macs have [changed some important directories](https://discussions.apple.com/thread/252495484). Thanks for surfacing this bug, I'll work on a fix! In the meantime, you can likely get it...

@retzerjj could you try the following command and let me know if it works? You may need a `sudo`: `sudo python3 -m pip install -e git+https://github.com/ThrunGroup/BanditPAM.git@m1_macs#egg=banditpam`

Happy New Year, @retzerjj ! Could you try running the command below again? I just updated something. `sudo python3 -m pip install -e git+https://github.com/ThrunGroup/BanditPAM.git@m1_macs#egg=banditpam` If that still doesn't work, could...

@retzerjj We are making progress! Can you try one more time: `sudo python3 -m pip install -e git+https://github.com/ThrunGroup/BanditPAM.git@m1_macs#egg=banditpam`

Oops sorry, can you try this command instead? `sudo python3 -m pip install --no-cache-dir -e git+https://github.com/ThrunGroup/BanditPAM.git@m1_macs#egg=banditpam`

Sorry for the churn here, @retzerjj . Let me get my hands on an M1 Mac so I can debug locally and save you the time. I'll get back to...

Hey @retzerjj , just letting you know I haven't forgotten about this. It turns out building for M1 Macs is much harder than I initially thought, but I'm making progress...