microsoft / nni

An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
https://nni.readthedocs.io
MIT License
14.06k stars 1.82k forks source link

NNI install in development mode on macOS M1 #5670

Open XiaochunLiu opened 1 year ago

XiaochunLiu commented 1 year ago

I install nni from soruce code in development mode on apple M1 by following instructions from https://nni.readthedocs.io/en/stable/notes/build_from_source.html

After install, I can import nni successfully. However, when I try some simple NAS tutorial in here https://nni.readthedocs.io/en/stable/tutorials/hello_nas.html

I fail to import sublibrary retiarii from nni.retiarii import model_wrapper

How should I solve the missing extra dependencies if I install from source code for M1? thank you for your help!

wuqiongbene commented 1 year ago

Do you solve this problem?if you finish this please give me some suggestion