Santino Petrovic
Santino Petrovic
Having the same issue: ``` ERROR: Cannot install -r requirements.txt (line 4), flax and transformers because these package versions have conflicting dependencies. The conflict is caused by: optax 0.1.2 depends...
Hi again! I made it work with different aproach, but I believe it's not the right way. These are the steps I have done: * git cloned https://github.com/zenhack/simp_le.git. * wrote...
I think I've found the problem that causes it. On file: `src/Submission/Handler/Redirect.php`, look up this code: " public function refresh(Request $request) { $response = new RedirectResponse($request->getRequestUri()); return $response->send(); } "...
Hi! Anyone came up with a work around for this issue?
Hi! How did you fix it @ttvettuparambil ?