If a problem is solved by a software reinstall, is it unreproducible?
As an example, I've asked a question about an Eclipse bug which occurred after I installed Python 3 two days ago, and after that I had to reinstall Eclipse three times.
All of those three bugs were solved by reinstalling Eclipse.
I asked about the latest bug I had here: https://stackoverflow.com/questions/69639614/compiler-not-accepting-import-java-awt-event-mouselistener-in-all-new-eclipse-pr
Eventually, the question was closed as "not reproducible or caused by typos".
Tangentially, I also had two typos in my question originally, which would have caused the bug if I had mistyped them in my actual code, but I only mistyped them in the question text (I forgot event in the title and in the first line), the actual import contained the full and correct java.awt.event.MouseListener though, which can be seen in the third edit of the question.
On this specific example, I was able to reproduce the behavior by uninstalling and reinstalling Python 2"Python 3" two more times and having the same compiler error two more times, and then solve the problem by reinstalling two more times.
In this case, would the question still be closable as "typo/non-reproducible"?