mamba-org / vscode-micromamba

A VSCode extension to generate development environments using micromamba and conda-forge package repository
BSD 3-Clause "New" or "Revised" License
82 stars 10 forks source link

Creating the environment fails with #53

Closed rawlik closed 1 month ago

rawlik commented 1 month ago

Environment

  1. node -v: none
  2. npm -v: none
  3. Operating system: linux

Prerequisite

VSCode with micromamba

Steps to Reproduce

Create a minimal environment.yml file:

channels:
  - conda-forge
dependencies:
  - python

And create an environment with vscode-micromamba.

Expected Behavior

The environment is created with a "default" name or otherwise an error message informs the user that "name" has to be defined in the environment.yml file.

Actual Behavior

Micromamba extension will fail to create an environment and provide no useful error message.

corker commented 1 month ago

fixed with v0.1.23