conda convert <files...>
Various tools to convert conda packages. Takes a pure Python package build for one platform and converts it to work on one or more other platforms, or all
Arguments
Name | Description |
---|
files | Package files to convert |
Options
Name | Description |
---|
-h, --help | Show this help message and exit |
-p, --platform <arg> | Platform to convert the packages to |
--dependencies, -d [Dependencies...] | Additional (besides python) dependencies of the converted package |
--show-imports | Show Python imports for compiled parts of the package |
-f, --force | Force convert, even when a package has compiled C extensions |
-o, --output-dir <Output Directory> | Directory to write the output files. The packages will be organized in platform/ subdirectories, e.g., win-32/package-1.0-py27_0.tar.bz2 |
-v, --verbose | Print verbose output |
--dry-run | Only display what would have been done |
-q, --quiet | Don't print as much output |