Brian Schultheiss

Results 11 comments of Brian Schultheiss

I am running `JupyterLab v3.1.11` I did some digging, and it seems like installing via `pip` works: ```sh /usr/bin/pip install lckr-jupyterlab-variableinspector jupyter lab build --log-level=DEBUG jupyter labextension list ``` But...

#### Close the issue? - Given that it works via `pip`, I am happy to have this ticket closed.

@Kurtisone your error might be because you are hitting 192.168.1.4 instead of 127.0.0.1. You might open your browser developer tools and see if the console is reporting CORS errors. If...

Seems like a download timeout...did it take longer than the 100s timeout set for poetry? 954.3 urllib.error.ContentTooShortError:

Another upvote on this request

Can you possibly add a Retry here: https://github.com/metrumresearchgroup/pkgr/blob/develop/cran/download-package.go#L128 I added a log to record the reason for download fail ```go log.WithField("package", d.Package.Package).Warn(err) ``` And the failure I am seeing is:...

INFO[0002] package installation sources AmgenInternal=25 BioCann=1 BioCsoft=17 CRAN=994 ========> (https://cran.microsoft.com/snapshot/2021-10-08) CRAN_20190901=1 CRAN_20200118=4 CRAN_20200510=2 H2O=1 INLA=1 glmmADMB_repo=1 tarballs=0

Ah, cool, let me give that a try. Yeah my build have been failing every for the past few days. I was about to go with a hack in your...

package manager is **much** slower (like it has 1-2 second built-in throttle), but my first attempt passed, so seems like a good work-around. Thanks! I think MRAN, would be fine,...

No errors during the download phase using #389 on the MRAN link, so that that seems like a positive! Regarding timing, RStudio Package Manager History Repo: 6m.47s to download all...