-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Run an experiment at local met problem! #80
Comments
|
1.Check port 51188 is not occupied:
3.Run 'ps aux | grep node',It shows,as follws: |
Those lines are only warning (we will fix this warning later). If there is still error, please post the content of the following three files: |
@QuanluZhang Hi,QuanluZhang.Thanks your reply
Then run 'nnictl create --config ~/nni/examples/trials/mnist-annotation/config.yml.',it shows same error as before
1.The content of ~/nni/nnictl/log/stderr ,as follows: 2.The content of ~/nni/nnictl/log/stdout is empty! 3.The content of ~/nni/experiments//log/nnimanager.log ,as follows: |
Hi, @wenku1992abc, thanks for reporting the issue and providing the logs. Could you please help confirm if the log you pasted from your ~/nni/experiments//log/nnimanager.log is a complete log? A normal log contents in ~/nni/experiments//log/nnimanager.log is something like: if the log from ~/nni/experiments//log/nnimanager.log is a complete one, could you also check if port 51188 is opened on your machine's firewall? If still have issue, feel free to let us know. Thanks. |
@yds05 My pleasure! 2.According to command 'rpm -qa|grep iptables' in linux, I checked if my machine installed firewall or not.The results is that it has no firewall |
@QuanluZhang @yds05 May be my problem is the same as this issue,#85 (comment) |
@wenku1992abc Yes, probably it's related to that issue caused by python installed via anaconda. We will fully test nni on anaconda python soon, and let you know if we have any conclusion/solution. Thanks! |
@wenku1992abc - had you verified whether the resolution works for you? the support had been released in Sept 28. |
I'm closing the item as the fix had been released, @wenku1992abc please feel free to reopen the issue if it still not work for you, thanks a lot. |
@scarlett2018 Hi,I use new nni source code to install nnictl,after installed the output is : INFO: Starting restful server...
|
~/nni/experiments//log/nnimanager.log : [2018-11-30T07:10:12.983Z] INFO Rest server listening on: http://0.0.0.0:8085 |
According to GetStarted.md ,as follws,
Install NNI through source code
git clone -b v0.1 https://github.com/Microsoft/nni.git
cd nni
chmod +x install.sh
source install.sh
I had sucessfully installed NNI ,But when I run an experiment at local ,do such commad: nnictl create --config ~/nni/examples/trials/mnist-annotation/config.yml ,It shows an error,as follws,
Info: Checking experiment...
Info: Starting restful server...
Info: Checking restful server...
Error: Restful server start failed!
Could you help me?
The text was updated successfully, but these errors were encountered: