construct.yaml
for Anaconda is open source so we can take a look how the installer for Anaconda is produced? @chenghlee
conda
+ the run dependencies of the anaconda=yyyy.mm
meta-packages).
Hi all,
Question about conda and concurrent processes (aka multi-processing):
Is it safe to use the same conda instance from multiple processes ?
Ie.: is it OK if multiple processes execute on the same installed conda-instance concurrently:
Or is it safe if multiple processes concurrently:
hi, is there a way to create a conda environment out of a local file (without channels) with dependencies? I can't get it to install the dependencies when doing this. Maybe i have to have channels to do it?:
$ conda install --offline localpkg-0.1.0-0.tar.bz2 --use-local
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
$ conda list
#
localpkg 0.1.0 0 file:///envs/my_build_env/conda-bld
I'm trying to write a simple script to connect to localhost pg. I'm unable to resolve the dependency and as shown in the screenshot:
pip freeze | grep ...
and package is even shown in dependency output. Can someone please help me here.