conda-pack icon indicating copy to clipboard operation
conda-pack copied to clipboard

Package conda environments for redistribution

Results 48 conda-pack issues
Sort by recently updated
recently updated
newest added

Hello! It would be great if the new release (0.7.0) is also available through [PyPI](https://pypi.org/project/conda-pack/) Thanks!

source::community
pending::discussion

It looks like `conda-pack` outputs messages and progress to standard output; ```sh $ conda activate myenv (myenv) $ conda-pack --version conda-pack 0.7.0 (myenv) $ conda-pack > stdout 2> stderr (myenv)...

type::feature
source::community
pending::discussion
stale::recovered

Sometimes I find myself wanting to package a binary or a Python script that works in a certain conda environment for users that I don't want to bother with opening...

type::documentation
stale::recovered

Can we have a dry-run option, that just performs all of the checks and then exits, please? In [`conda install`](https://docs.conda.io/projects/conda/en/latest/commands/install.html) (for example) this is `--dry-run` or `-d`.

I am trying to pack an environment with the following command: ``` conda-pack -n pircher-sc-integrate2 -o /local/scratch/sturm/285d084a09d61ed4468ebc71a1444339//packed_environment.tar.gz --ignore-missing-files --force ``` It fails with the following error message ```pytb Packing environment...

Conda pack fails on this even after checking that pip haven't installed udunits and after removal and reinstalling udutunits with Conda. Collecting packages... CondaPackError: Files managed by conda were found...

Hi Developers, I would like to request a feature for providing an option for packing the environment to a directory, but not creating an archive. It would be nice if...

type::feature
stale

Hi, I was able to pack the environment and load it into my other computer. After completing step 7 listed in the link [below] I cannot find the .exe file...

stale

Add a mention of the required version for parcel creation. (https://conda.github.io/conda-pack/parcel.html)

stale

I have a same question with https://github.com/conda/conda-pack/issues/69. After me package my environment with conda pack command, I found that jupyter python3 kernel.json file has changed. the original json file is...