anaconda-project icon indicating copy to clipboard operation
anaconda-project copied to clipboard

Tool for encapsulating, running, and reproducing data science projects

Results 115 anaconda-project issues
Sort by recently updated
recently updated
newest added

- [ ] README update for future of this tool (rip and replace as Conda API is available and conda-lock goes 1.0) - [x] conda-* cli entry points (initialize, add/remove-*,...

In preparation of upcoming hackdays, I'm collecting some ideas around how the CLI could be refined when converting `anaconda-project` to a potential `conda project` extension. This table summarizes potential renaming's...

TRIAGE

There is growing suppport for running [pip check](https://pip.pypa.io/en/stable/cli/pip_check/) as a test in conda-forge recipes. Currently this will fail due the handling of yaml packages.

TRIAGE

#### Software version info: (anaconda-project version, conda version, etc.) Anaconda=2021.11 conda=4.11.0 anaconda-project=0.10.1 #### Expected behavior is for the environment to activate and display the appropriate output or prompt. Actual behavior...

TRIAGE

### Background `anaconda-project` can potentially serve as a replacement for simple `Makefile`s. However, `make` allows for arbitrary shell commands to be embedded within `Makefile`, which is often used for extracting...

TRIAGE

When using an editable install, `pip install -e anaconda-project`, running `anaconda-project` give the error: ``` pkg_resources.DistributionNotFound: The 'ruamel_yaml' distribution was not found and is required by anaconda-project ``` I don't...

TRIAGE

I've noticed that some of the slow tests (those that do real conda installs) now hang. This has been happening rather recently. Here's one that absolutely hangs on several versions...

TRIAGE

When an `anaconda-project.yml` file has a `dependencies:` section rather than a `packages:` section as allowed by the alias implemented in PR #200 and requested in issue #194 so that `anaconda-project.yml`...

TRIAGE