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

Get building locally on Windows-64, Python 3.5 #8

Closed bollwyvl closed 8 years ago

bollwyvl commented 8 years ago

https://anaconda.org/anaconda-nb-extensions/nb_conda/builds/5/14

391WARNING:root:Environment name starts with underscore '_'.  Skipping menu installation.

392

393C:\Users\binstar\builds\anaconda-nb-extensions\nb_conda\source>"C:\Users\binstar\Miniconda\envs\_test\bin\python" -m nb_conda.setup install --enable --prefix="C:\Users\binstar\Miniconda\envs\_test" 

394The system cannot find the path specified.

395Error: post-link failed for: nb_conda-0.1.2-py35_0_g4fda71b

396Exit BINSTAR_BUILD_RESULT=failure
bollwyvl commented 8 years ago

When trying to install nb_conda_kernels, getting the "application wasn't able to start" dialog! :skull: investigating.

screen shot 2016-01-29 at 5 23 02 pm
msarahan commented 8 years ago

Those are often related to runtimes not being installed correctly. There is a known issue right now where that happens if python version is not explicitly specified when creating the env. Can you post your env creation line?

bollwyvl commented 8 years ago

i created a new user and am getting further... will update.