I wrote a very simple model in Pyomo environment and added the following two commands at the end.
solver_manager = SolverManagerFactory('neos')
results = solver_manager.solve(model, opt='cplex')
It returns the following error when I run the code:
ERROR: Error parsing NEOS solution file NEOS log: Job 10044842 dispatched password: MXusJYWF ---------- Begin Solver Output ----------- Condor submit: 'neos.submit' Condor submit: 'watchdog.submit' Job submitted to NEOS HTCondor pool.
I know that this is due to Neos's recent requirement of an email address with jobs submitted to NEOS, but how can I fix this problem?