Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetching necessary dependencies for the whitelist. #83

Open
minhoryang opened this issue Mar 21, 2019 · 1 comment
Open

Fetching necessary dependencies for the whitelist. #83

minhoryang opened this issue Mar 21, 2019 · 1 comment

Comments

@minhoryang
Copy link

minhoryang commented Mar 21, 2019

I'm using conda-mirror for air-gapped computers. (I know it's a special use case rather than just mirroring.)

Config look like:

blacklist:
- name: '*'
platform: osx-64
target_directory: mirrored
upstream_channel: https://repo.continuum.io/pkgs/main/
whitelist:
- build: mkl
  name: _tflow_select
  version: 2.3.0
- build: py36_0
  name: absl-py
  version: 0.7.0
- build: py36_0
  name: astor
  version: 0.7.1
- ...

But after conda-mirroring, I can't install whitelisted packages via mirrored, which weren't covered the dependencies.

@minhoryang
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant