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

NameDescription
filesPackage files to convert

Options

NameDescription
-h, --helpShow 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-importsShow Python imports for compiled parts of the package
-f, --forceForce 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, --verbosePrint verbose output
--dry-runOnly display what would have been done
-q, --quietDon't print as much output