anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

Error installing packages: "Not Found" #61

Open stephenakearns opened 7 years ago

stephenakearns commented 7 years ago

Steps to repro:

  1. Log in as user
  2. go to project
  3. launch jupyter notebook
  4. go to conda tab
  5. select a large number of packages to install (customer can reproduce reliably with as little as 35 packages)
  6. Expected result: packages are installed and confirmation message updates the user
  7. Actual result: packages ARE installed BUT on-screen error message saying "An error occured while installing packages. Not Found"
stephenakearns commented 7 years ago

Hi @damianavila - is this reproducible in any of your envs? cc: @csoja

ijstokes commented 7 years ago

@stephenakearns fair chance this is due to a network timeout. A whack of packages will take some time to install. I was going to test for you on the datalab system but it seems AE4 has gone down and a few minutes of effort do not reveal why wk-server is spin-crashing. Could possibly also test via AE4 Trial VM.

damianavila commented 7 years ago

@stephenakearns fair chance this is due to a network timeout.

It could be a timeout issue, that is a good guess. We should try to reproduce it to isolate where the problem comes from.