python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to specify channel-specific package dependencies in conda package meta.yaml?
I've been following the tutorials here:
https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutorials/build-pkgs.html
https://docs.conda.io/projects/conda-build/en/latest/user-guide/tutor...

O.rka
Votes: 0
Answers: 0
conda install and conda build result in different dependency versions
I'm trying to build a package which includes h5py. When using conda build, it seems to install the wrong version of the dependency. It installs 3.2.1-py37h6c542dc_0, which includes hdf5: 1.10.6-nompi_...
tschaka1904
Votes: 0
Answers: 1
Conda build using previously built/deployed package
My current flow is to build package-a, then deploy package-a to Artifactory. Then I'm building package-b pointing at artifactory channels that contain the package-a conda package. However, I'm getting...

RustyShackleford
Votes: 0
Answers: 0
How to install local package with conda
I have a local python project called jive that I would like to use in an another project. My current method of using jive in other projects is to activate the conda env for the project, then move to m...
thomaskeefe
Votes: 0
Answers: 1