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

Package conda environments for redistribution

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

I used conda pack to create a copy of my environnement on an offline machine. But spyder doesn't work in the new environnement, the following message appears when I tried...

stale

I've using this command: `conda pack -n envesca -o (mypath)/condapacks/envesca.tar.gz` And I met this error message: ``` Collecting packages... CondaPackError: Files managed by conda were found to have been deleted/overwritten...

stale::recovered

Allow the pack to continue even if there are missing files, if the user explicitly allows this case. Fixes #192

Bracket just the unpack script generation with "has_dest" in Packer.finish instead of returning. In the current state it doesn't actually pack anything into the squashfs images when used with --dest-prefix.

cla-signed

These files are only really missing if the user executed `conda clean -p`.

cla-signed

I have two machines, one online and one offline. I'm attempting to move over my conda env from the online computer to the offline one. From following the instructions, after:...

stale::recovered

On https://conda.github.io/conda-pack/ it says: > Once an environment is unpacked and `conda-unpack` has been executed, it _cannot_ be relocated. Re-applying `conda-pack` is unlikely to work. Is there a way to...

type::support
source::community
stale::recovered

i have made a custom conda environment having opencv installed. But i am not able to import the same after running conda pack on that enviornment.

Hi everyone, This is not really a conda-pack issue because the error comes from other software on the system. But this might be useful info for people that encounter this...