Closed mspinaci closed 2 months ago
@mspinaci I tested optuna-dashboard (with gunicorn) on my Mac and it worked as expected. Unfortunately, for security purposes, I am unable to open your SQLite3 file though.
Could you possibly provide a minimal code example that reproduces your problem?
Please reopen this if you could prepare a minimal code example to reproduce this bug.
Expected behavior
The optuna db (generated on AWS, running linux) should be portable to my local machine (running MacOS).
Environment
Error messages, stack traces, or logs
I get a very long list of errors like:
(also a lot of annoying "Python stopped working" UI buttons I have to click through)
The same optuna SQLite file run with the same version of optuna-dashboard directly on AWS works fine.
Steps to reproduce
You can find the SQLite file generated by optuna causing the error at this link.
Additional context (optional)
No response