constructor icon indicating copy to clipboard operation
constructor copied to clipboard

tool for creating installers from conda packages

Results 62 constructor issues
Sort by recently updated
recently updated
newest added

As of constructor v3, the installers relies on a bundled version of `conda-standalone` to perform the extraction, linking and post-link tasks of the package installation. Using a full conda executable...

pending::discussion

{ info added by @jaimergp; original description was empty } I'll discuss the main points @nsoranzo and I are addressing here. There are two parts: the implementation itself, and then...

cla-signed

redirect post-install, pre-uninstall script output to a logging file The windows text area that has output is too small to show all of the command output. Catching all of the...

### Description Closes #411 ### Checklist - did you ... - [x] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's release notes? - [...

cla-signed

Hi all, I have constructor 3.1.0 from `conda install -y ctools/label/dev::constructor` and when I try to create a new installer from the environment, I get the following error: ``` ❯❯❯...

type::bug

All installers will offer the user to initialize conda (all OS) and register Python as default (Windows only). Some applications might be using `conda` behind the scenes but don't want...

cla-signed

`constructor` relies on a frozen version of `conda` named `conda-standalone`. `conda-standalone` is built off two feedstocks: * https://github.com/conda-forge/conda-standalone-feedstock * https://github.com/AnacondaRecipes/conda-standalone-feedstock We will be syncing both to `conda/conda-standalone` soon. `conda-standalone` is...

pending::discussion
stale
stale::recovered

My `construct.yaml` is as follows ```yaml name: TestPackage version: 0.0.1 channels: - http://repo.anaconda.com/pkgs/main/ environment_file: environment.yml license_file: EULA.txt ``` and the `environment.yml` is as follows ```yaml channels: - conda-forge - defaults...

type::feature
source::community
backlog

Hello all, I've made my installer, it used to work, now after updating it with a new version of our internal software I'm getting the error about being unable to...

Fixes https://github.com/ContinuumIO/anaconda-issues/issues/12938 and addresses https://github.com/ContinuumIO/anaconda-issues/issues/12735. On 23 Oct 2020, https://github.com/conda/conda/commit/b4f3210bab7819a9a08e3038276cbb2d2498421c changed the regex pattern used by the [`init_cmd_exe_registry`](https://github.com/conda/conda/blob/ae389d58d67dd8e29952e669c34f1495d034185a/conda/core/initialize.py#L1411-L1470) function in [conda/core/initialize.py](https://github.com/conda/conda/blob/master/conda/core/initialize.py) to configure the conda hook for CMD.exe on Windows:...

cla-signed