I think I'm running into the same problem as this stack overflow.
Unreachable server working with GEKKO. What is going on?
Yesterday I was able to solve my Gekko model and today I'm not even able to solve the examples from the Apmonitor site. Solving takes forever and I get the following error:
ImportError: No solution or server unreachable.
Show errors with m.solve(disp=True).
Try local solve with m=GEKKO(remote=False).
I tried a solving it locally as was suggested in the stack overflow from above an in the error, like this
m = GEKKO(remote=False)
However, I then get the following error:
Error: 'results.json' not found. Check above for additional error details
Traceback (most recent call last):
and
FileNotFoundError: [Errno 2] No such file or directory: '/var/folders/mr/kgzm2xln40dcc10zkq06drhc0000gn/T/tmpzqxlyw7_gk_model0/options.json'
Is the server down and can anyone help me solving it locally?
--
--
APMonitor user's group e-mail list.
- To post a message, send email to apmo...@googlegroups.com
- To unsubscribe, send email to apmonitor+...@googlegroups.com
- Visit this group at http://groups.google.com/group/apmonitor
---
You received this message because you are subscribed to the Google Groups "apmonitor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apmonitor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/apmonitor/6a4512b4-80ff-4936-8b4e-08d3be3658af%40googlegroups.com.
- To unsubscribe, send email to apmo...@googlegroups.com
- Visit this group at http://groups.google.com/group/apmonitor
---
You received this message because you are subscribed to the Google Groups "apmonitor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apmo...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/apmonitor/6a4512b4-80ff-4936-8b4e-08d3be3658af%40googlegroups.com.
- To unsubscribe, send email to apmonitor+...@googlegroups.com
- Visit this group at http://groups.google.com/group/apmonitor
---
You received this message because you are subscribed to the Google Groups "apmonitor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to apmonitor+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/apmonitor/f60cd50c-0c2a-4963-9d6e-4198aa9a9e4e%40googlegroups.com.