-
It would be useful to have a way in the config file to automate downloading data sets or other resources automatically without including them in the rpz file.
-
A lot of commands seem to be missing a way to operate on local files. A very obvious one is `conda info`, which is very useful and could probably be patched very easily (`conda install` supports it).
…
-
I have two libs that share a namespace package, and one of them depends on the other.
When building the one that has the dependency, the build fails with "`OSError: File exists: `". It looks like you…
-
I get a Download error on downloading a certain package (patchelf). Its strange, because others work. I'm on latest master 4.3.2+34
```
[..] python3.5/site-packages/conda/gateways/download.py", …
-
Installed a fresh Windows 64 VM with a fresh Anaconda 64. Right after running "conda install patch", any attempt to use "conda skeleton pypi" gives out:
```
C:\Users\user\Desktop>conda skeleton pypi …
-
Hi!
I got the following error:
/space/stoian/test$ reprounzip installpkgs submission.rpz
[REPROUNZIP] 22:00:01.249 ERROR: Couldn't select a package installer: Installing on Ubuntu but pack was…
-
pip's dependency resolution algorithm is not a complete resolver. The current resolution logic has the following characteristics:
- Only one top level specification of a requirement (otherwise pip …
-
When the script execution use file as arguments, the function `_extract_command` erroneously removes user entries. This prevents the results from being reproduced.
-
*[Originally opened](https://gitlab.com/ViDA-NYU/reproserver/-/issues/21) 2017-08-17 14:29 EDT by @remram44*
All that's needed for execution is a Docker daemon that can pull from our registry. Curr…
-
For somewhat arbitrary reason, Elasticsearch's file locking code does a bunch of sanity checks and will error out if `/` is not a mountpoint. This is not the case when running in a chroot.
While th…