Hello, I am trying to use a private package with ...
# ask-metaflow
t
Hello, I am trying to use a private package with my flow. It seems that conda is not using the right channel. Am I missing something ? I use the following command:
Copy code
CONDA_CHANNELS=conda-forge python3 <filename>.py --environment=conda run --max-workers 80 --max-num-splits=1000
The package is added with:
Copy code
@conda(libraries={"<file://tmp/><local-channel>/linux-64::<package_name>": "0.1"})
I get the following error:
Copy code
Bootstrapping conda environment...(this could take a few minutes)
    Conda ran into an error while setting up environment.:
    Step: start, Error: RuntimeError('Multi-download failed. Reason: Transfer finalized, status: 404 [<https://conda.anaconda.org/><local-channel>/noarch/repodata.json] 3095 bytes')