fortunewalla

Results 21 comments of fortunewalla

> > It's just a warning, and it's due to that particular python module (and it's required c extension) not being available yet as part of the pyodide standard library....

Not sure if this belongs here but I was told to ask you about a similar problem. I have problems connecting to LocalDB using DataStation CE software. Below is a...

> You're trying to connect with TCP/IP by specifying the port number . Localdb only supports connecting with named pipes. You can force a named pipes connection by prefixing your...

I also tried specifying the port number explicitly. `np:(localdb)\MSSQLLocalDB:1433` It gives this error ```yml Error evaluating panel: [INFO] 2023-08-27T16:50:50 DataStation Runner (Go) 0.11.0 [INFO] 2023-08-27T16:50:50 Evaling database panel: Untitled panel...

> The db driver you are using doesn't support named pipes. So it's never going to work. I was told that it is this library `go-mssqldb` that they are using...

Not sure if related to this same issue or not. OS: WIn 10 x64 Using `mamba install nodejs -c conda-forge` & then `npm install -g ijavascript` It works properly for...

> I've just installed the jax + jaxlib from jaxlib-0.3.25+cuda11.cudnn82-cp310-cp310-win_amd64.whl and I'm getting the following error: > (skipping the middle code) > a + a > 2022-12-18 15:28:18.688396: F external/org_tensorflow/tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc:453]...

> Maybe try replacing `(localdb)\MSSQLLocalDB` with 127.0.0.1? Thanks for trying to help out but It gives the following error. ``` Error evaluating panel: [INFO] 2023-08-22T18:19:13 DataStation Runner (Go) 0.11.0 [INFO]...

hopefully a resolution will be found by someone. 🤞🏼

So as per the suggestion given on this page: https://weblogs.asp.net/jongalloway/sql-force-the-protocol-tcp-named-pipes-etc-in-your-connection-string I tried with the connection string `Server=np:(localdb)\MSSQLLocalDB` It now gives a different error where it parses everything after `:` as...