-
Notifications
You must be signed in to change notification settings - Fork 5
add configurable-http-proxy to recipe #9
Comments
Yes I think we should include it in the recipe. |
(need a basic system that works out of the box) |
Output of $ conda search configurable-http-proxy
Loading channels: done
# Name Version Build Channel
configurable-http-proxy 1.2.0 0 conda-forge
configurable-http-proxy 1.3.0 0 conda-forge
configurable-http-proxy 1.3.0 1 conda-forge
configurable-http-proxy 1.3.1 0 conda-forge
configurable-http-proxy 2.0.0 0 conda-forge
configurable-http-proxy 2.0.1 0 conda-forge
configurable-http-proxy 2.0.2 0 conda-forge
configurable-http-proxy 2.0.4 0 conda-forge
configurable-http-proxy 3.0.0 0 conda-forge
configurable-http-proxy 3.1.0 0 conda-forge
configurable-http-proxy 3.1.0 node6_1 conda-forge
configurable-http-proxy 3.1.0 node6_2 conda-forge
configurable-http-proxy 3.1.0 node8_1 conda-forge
configurable-http-proxy 4.0.1 node6_0 conda-forge
configurable-http-proxy 4.0.1 node6_0 pkgs/main
configurable-http-proxy 4.1.0 node11_1 conda-forge
configurable-http-proxy 4.1.0 node6_0 conda-forge So will occam razor, simply adding it to the recipe and see what happens. |
My version is 4.1.0. $ configurable-http-proxy -V
4.1.0 And looks like there are two 4.1.0 version in the output of |
Tested by adding the new requirement: requirements:
host:
- python >=3.7
run:
- cylc-flow==8.0a1
- cylc-uiserver==1.0
- python >=3.7
- configurable-http-proxy >= 4.1 And a test command: commands:
- cylc --version
- cylc-uiserver --help
- configurable-http-proxy -V Then $ conda create -n cylc1
$ conda activate cylc1
$ conda build .
It failed, but TEST END: /home/kinow/anaconda3/conda-bld/linux-64/cylc-uiserver-1.0-py37_0.tar.bz2
Renaming work directory, /home/kinow/anaconda3/conda-bld/cylc-uiserver_1568688261446/work to /home/kinow/anaconda3/conda-bld/cylc-uiserver_1568688261446/work_moved_cylc-uiserver-1.0-py37_0_linux-64_main_build_loop
Error: bad character '>=' in package version dependency 'configurable-http-proxy'
Perhaps you meant 'configurable-http-proxy >=4.1' Once fixed, $ conda install --use-local cylc Then did the one command trick described in the
And it worked. So final step was: $ which configurable-http-proxy
/home/kinow/anaconda3/envs/cylc1/bin/configurable-http-proxy Which confirms the installation worked with no issues 🎉 Preparing PR now. |
From Riot discussion. I think I forgot to include it, and it worked only because I had installed it globally before.
The text was updated successfully, but these errors were encountered: