Spiceql integration #690
Annotations
15 errors and 73 warnings
Build-and-Test-LinuxOsx (ubuntu-latest, 3.8)
The process '/usr/share/miniconda3/condabin/mamba' failed with exit code 1
|
Build-and-Test-Win (3.11)
The process 'C:\Miniconda3\condabin\mamba.bat' failed with exit code 1
|
Build-and-Test-Win (3.8)
The job was canceled because "_3_11" failed.
|
Build-and-Test-Win (3.8)
The operation was canceled.
|
Build-and-Test-Win (3.10)
The job was canceled because "_3_11" failed.
|
Build-and-Test-Win (3.10)
The operation was canceled.
|
Build-and-Test-Win (3.9)
The job was canceled because "_3_11" failed.
|
Build-and-Test-Win (3.9)
The operation was canceled.
|
Build-and-Test-LinuxOsx (macos-latest, 3.8)
The process '/Users/runner/miniconda3/condabin/mamba' failed with exit code 1
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.10)
Process completed with exit code 1.
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.11)
Process completed with exit code 1.
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.9)
Process completed with exit code 1.
|
Build-and-Test-LinuxOsx (macos-latest, 3.10)
Process completed with exit code 1.
|
Build-and-Test-LinuxOsx (macos-latest, 3.11)
Process completed with exit code 1.
|
Build-and-Test-LinuxOsx (macos-latest, 3.9)
Process completed with exit code 1.
|
Build-Docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-Docs
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-Docs
Mamba support is still experimental and can result in differently solved environments!
|
Build-Docs
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.8)
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.8)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.8)
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.8)
LibMambaUnsatisfiableError: Encountered problems while solving:
- package spiceql-1.0.0-py39h9f94337_0 requires python >=3.9,<3.10.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ python 3.8** is installable with the potential options
│ ├─ python [3.8.0|3.8.1|...|3.8.8], which can be installed;
│ ├─ python [3.8.0|3.8.1] would require
│ │ └─ python_abi * *_cp38, which can be installed;
│ └─ python [3.8.10|3.8.12|...|3.8.8] would require
│ └─ python_abi 3.8.* *_cp38, which can be installed;
└─ spiceql >=1.0.0 is not installable because there are no viable options
├─ spiceql 1.0.0 would require
│ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
├─ spiceql 1.0.0 would require
│ ├─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
├─ spiceql 1.0.0 would require
│ ├─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
├─ spiceql 1.0.0 would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ spiceql 1.0.0 would require
└─ python_abi 3.13.* *_cp313, which conflicts with any installable versions previously reported.
|
Build-and-Test-Win (3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-Win (3.11)
C:\Miniconda3\Lib\site-packages\conda\cli\main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-Win (3.11)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.11)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.11)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.11)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.11)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.11)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-Win (3.11)
C:\Miniconda3\Lib\argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-Win (3.11)
PackagesNotFoundError: The following packages are not available from current channels:
- spiceql[version='>=1.0.0']
Current channels:
- https://conda.anaconda.org/conda-forge
- https://conda.anaconda.org/default
- https://repo.anaconda.com/pkgs/main
- https://repo.anaconda.com/pkgs/r
- https://repo.anaconda.com/pkgs/msys2
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
|
Build-and-Test-Win (3.8)
C:\Miniconda3\Lib\site-packages\conda\cli\main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-Win (3.8)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.8)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.8)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.8)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.8)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.8)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-Win (3.8)
C:\Miniconda3\Lib\argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-Win (3.8)
Traceback (most recent call last):
|
Build-and-Test-Win (3.10)
C:\Miniconda3\Lib\site-packages\conda\cli\main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-Win (3.10)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.10)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.10)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.10)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.10)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.10)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-Win (3.10)
C:\Miniconda3\Lib\argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-Win (3.9)
C:\Miniconda3\Lib\site-packages\conda\cli\main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-Win (3.9)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.9)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.9)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.9)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.9)
WARNING conda.common.path.windows:_path_to(100): cygpath is not available, fallback to manual path conversion
|
Build-and-Test-Win (3.9)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-Win (3.9)
C:\Miniconda3\Lib\argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (macos-latest, 3.8)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (macos-latest, 3.8)
/Users/runner/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (macos-latest, 3.8)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (macos-latest, 3.8)
/Users/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (macos-latest, 3.8)
LibMambaUnsatisfiableError: Encountered problems while solving:
- package spiceql-1.0.0-py39h9feea61_0 requires python >=3.9,<3.10.0a0, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ python 3.8** is installable with the potential options
│ ├─ python [3.8.0|3.8.1|...|3.8.8], which can be installed;
│ ├─ python [3.8.0|3.8.1] would require
│ │ └─ python_abi * *_cp38, which can be installed;
│ └─ python [3.8.10|3.8.12|...|3.8.8] would require
│ └─ python_abi 3.8.* *_cp38, which can be installed;
└─ spiceql >=1.0.0 is not installable because there are no viable options
├─ spiceql 1.0.0 would require
│ ├─ python >=3.9,<3.10.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.9.* *_cp39, which conflicts with any installable versions previously reported;
├─ spiceql 1.0.0 would require
│ ├─ python >=3.10,<3.11.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.10.* *_cp310, which conflicts with any installable versions previously reported;
├─ spiceql 1.0.0 would require
│ ├─ python >=3.11,<3.12.0a0 , which conflicts with any installable versions previously reported;
│ └─ python_abi 3.11.* *_cp311, which conflicts with any installable versions previously reported;
├─ spiceql 1.0.0 would require
│ └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
└─ spiceql 1.0.0 would require
└─ python_abi 3.13.* *_cp313, which conflicts with any installable versions previously reported.
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.10)
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.10)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.10)
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.11)
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.11)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.11)
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.9)
/usr/share/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.9)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (ubuntu-latest, 3.9)
/usr/share/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (macos-latest, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (macos-latest, 3.10)
/Users/runner/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (macos-latest, 3.10)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (macos-latest, 3.10)
/Users/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (macos-latest, 3.11)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (macos-latest, 3.11)
/Users/runner/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (macos-latest, 3.11)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (macos-latest, 3.11)
/Users/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|
Build-and-Test-LinuxOsx (macos-latest, 3.9)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9, conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build-and-Test-LinuxOsx (macos-latest, 3.9)
/Users/runner/miniconda3/lib/python3.12/site-packages/conda/cli/main_config.py:738: FutureWarning: Adding 'defaults' to channel list implicitly. is deprecated and will be removed in 25.3. In the future, defaults won't be added when 'conda config --add/--append channels' is used. If you depend on that behavior, run 'conda config --append channels defaults'.
deprecated.topic(
|
Build-and-Test-LinuxOsx (macos-latest, 3.9)
Mamba support is still experimental and can result in differently solved environments!
|
Build-and-Test-LinuxOsx (macos-latest, 3.9)
/Users/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead.
action(self, namespace, argument_values, option_string)
|