Ted Ralphs
Ted Ralphs
In the latest run, I also see this: ``` Multiple meta files found. The meta.yaml file in the base directory (/tmp/tmpwf29y680/info/recipe) will be used. ``` which I couldn't interpret. There...
> You could do (within your build env) conda install python=3.8 and try again. Thanks! This worked. And that was probably also the reason why my original try failed. I...
There is no evidence of cylp in `/mnt/c/Users/tkral/Documents/Projects/miniforge3/envs/build/lib/python3.8/site-packages` nor does `coin-or-cbc` seem to be installed. It's supposed to have built a wheel and put it in `/tmp/pip-ephem-wheel-cache-m_3ca379/wheels/98/47/dd/52111f76f9aedadc120d1ff371c0ddf83534ca75005b4830c2` but that directory...
There is a directory `~/Projects/miniforge3/envs/build/conda-bld/cylp-split_1621445159838/work_moved_clpy-0.91.4-py38h2a577fa_0_linux-64` which contains the source for `cylp`. And there is in fact a directory called ``` ~/Projects/miniforge3/envs/build/conda-bld/cylp-split_1621445159838/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehol ``` which contains an entirely separate `conda` environment, which...
OK, so I keep dabbling with this, despite myself. I was able to import `cylp.cy` in the build environment, which is sitting in another directory parallel to the test environment...
I've dug deeper into conda now than I ever intended to and have failed to get much further, despite reading the conda documentation (which is not helpful), reading many stack...
Indeed, it can read compressed files, but it needs to be able to link to the system library that provides that functionality. My guess is that this is not happening...
Looks like you are combining versions that are incompatible. I guess you cloned the Cbc repo only and that you already have some packaged versions of dependencies installed, since the...
Yes, sorry, this is because of a bug in the CI and I haven't made a new release yet to correct it. If you get the binaries for the latest...
Thanks for reporting this! Indeed, it looks like there is somehow a mistake in the Github Action configuration. The `-md` file is actually compiled with `/MT`. This is not the...