jupyterlab / jupyterlab-demo

Demonstrations of JupyterLab

Home Page:https://mybinder.org/v2/gh/jupyterlab/jupyterlab-demo/master?urlpath=lab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bityob opened this issue · comments

Using:

  • Windows 10
  • Miniconda
  • Anaconda Prompt to run conda
(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.

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

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

@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.

Will add that note thanks