conda-forge / dandi-feedstock

A conda-smithy repository for dandi.
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

TEMP: try to rebuild and import ruamel.yaml as part of the test commands #56

Closed yarikoptic closed 3 years ago

conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

yarikoptic commented 3 years ago

I have no clue what is going on since

2021-10-18T17:23:48.1677427Z + python -c 'import ruamel.yaml'
2021-10-18T17:23:48.2296043Z + exit 0

on linux - so worked out fine (on windows - doesn't like ') but I spotted that it does also install

2021-10-18T17:19:45.2845720Z ruamel.yaml               0.17.16          py38h497a2fe_0    conda-forge
2021-10-18T17:19:45.2846477Z ruamel.yaml.clib          0.2.2            py38h497a2fe_2    conda-forge
2021-10-18T17:19:45.2847223Z ruamel_yaml               0.15.80         py38h497a2fe_1004    conda-forge

:vomit:

well -- installed that one too but the same effect ```shell (dandi-ruamel-troubleshoot) $ conda install -c conda-forge ruamel_yaml Collecting package metadata (current_repodata.json): done Solving environment: done ==> WARNING: A newer version of conda exists. <== current version: 4.9.2 latest version: 4.10.3 Please update conda by running $ conda update -n base -c defaults conda ## Package Plan ## environment location: /home/dandi/miniconda3/envs/dandi-ruamel-troubleshoot added / updated specs: - ruamel_yaml The following packages will be downloaded: package | build ---------------------------|----------------- ruamel_yaml-0.15.80 |py39h3811e60_1004 268 KB conda-forge yaml-0.2.5 | h516909a_0 82 KB conda-forge ------------------------------------------------------------ Total: 350 KB The following NEW packages will be INSTALLED: ruamel_yaml conda-forge/linux-64::ruamel_yaml-0.15.80-py39h3811e60_1004 yaml conda-forge/linux-64::yaml-0.2.5-h516909a_0 Proceed ([y]/n)? y Downloading and Extracting Packages ruamel_yaml-0.15.80 | 268 KB | ########################################################################################################### | 100% yaml-0.2.5 | 82 KB | ########################################################################################################### | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done (dandi-ruamel-troubleshoot) $ python -c 'import ruamel.yaml' Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'ruamel.yaml' ```
yarikoptic commented 3 years ago

ref: the issue I filed with https://github.com/conda-forge/ruamel.yaml-feedstock/issues/153