jupyterlab / jupyterlab-demo

Demonstrations of JupyterLab
https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab
Other
184 stars 242 forks source link

Failed to create the environment - Can't find any collection named 'tasks'! #64

Closed bityob closed 6 years ago

bityob commented 6 years ago

Using:

(base) C:\>conda --version
conda 4.4.10

Installation was ended successfully

(base) C:\>conda install -c conda-forge invoke pyyaml
Solving environment: done

# All requested packages already installed.

But creating the environment failed -

(base) C:\>invoke environment
Can't find any collection named 'tasks'!

Thanks.

ruben-aghayan commented 6 years ago

Hi bityob, Are you in the same folder as the repo? That's where the tasks.py file is for the invoke command.

jzf2101 commented 6 years ago

I agree, I think that's what's going on. You have to be in the base directory of the repo.

bityob commented 6 years ago

@ruben-aghayan @jzf2101

Thanks, this was the problem.

Didn't know how to use correctly the invoke command,

maybe it will help to mention it in the readme file before this command.

jzf2101 commented 6 years ago

Will add that note thanks