Captain-SeaL
Captain-SeaL
tasklist /m cublas.dll i write this in cmd if i understood right and it says what can't find it Do I need to replace some dlls in the python libraries?
I'm facing a similar problem `OpenIDConnectService openIDConnectService = new OpenIDConnectService(); openIDConnectService.OidcProvider = new GoogleOidcProvider(); openIDConnectService.OidcProvider.ClientData = googleClientEditorDataObject.clientData; openIDConnectService.RedirectURI = "https://www.google.com"; openIDConnectService.ServerListener.ListeningUri = "http://127.0.0.1:52229/"; ServiceManager.RegisterService(openIDConnectService); ServiceManager.GetService().OpenLoginPageAsync(); `  
i remove redirect url to see what happends and it send by default on 62553 port so i change authorized url for http://127.0.0.1:62553/code? and openIDConnectService.ServerListener.ListeningUri = "http://127.0.0.1:62553/"; and it works...