简体   繁体   中英

How to fix '[error] submission with curl() was not successful' in Octave, Coursera ML exercise?

I'm unable to submit the programming exercise of the ML course by AndrewNg on Coursera. Whenever I try to submit the assignment, the following error pops up and submission fails.

[error] submission with curl() was not successful
warning: findstr is obsolete; use strfind instead

I've tried upgrading the version of the Octave used, but the error still pops up. While running the code, the result is absolutely correct though.

Yeah if you are using UNIX based systems try doing

 sudo apt install curl

do this in the terminal , it worked for me. I'm assuming this is Andrew NG's ML course

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM