Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
171 views
in Technique[技术] by (71.8m points)

python - Windows Command prompt - nnictl command not recognized

I have tried installing nni packages in windows command prompt,it installed successfully.but when i tried to command,

"nnictl create --config nniexample/trailsmnist-pytorchconfig_windows.yml"

in windows command prompt.it says,

'nnictl' is not recognized as an internal or external command,operable program or batch file.

how can i fix this error?

question from:https://stackoverflow.com/questions/65856053/windows-command-prompt-nnictl-command-not-recognized

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It is solved! I just installed anaconda3 and tried installing nni packages in it.And also it recognized 'nnictl' command in anaconda3 prompt automatically by setting path variables.Thanks:)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...