Skip to content

Conversation

@antonwolfy
Copy link
Contributor

@antonwolfy antonwolfy commented Feb 9, 2026

This PR bumps anaconda-client version from 1.14.1 to 1.14.0.

Otherwise the upload step in Conda package workflow is failing with:

Traceback (most recent call last):
  File "/home/runner/miniconda3/envs/upload/bin/anaconda", line 6, in <module>
    from anaconda_cli_base.cli import app
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/anaconda_cli_base/cli.py", line 229, in <module>
    load_registered_subcommands(app)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/anaconda_cli_base/plugins.py", line 282, in load_registered_subcommands
    subcommand_entry_points = _load_entry_points_for_group(PLUGIN_GROUP_NAME)
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/anaconda_cli_base/plugins.py", line 57, in _load_entry_points_for_group
    module: typer.Typer = entry_point.load()
                          ~~~~~~~~~~~~~~~~^^
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/binstar_client/__init__.py", line 16, in <module>
    from pkg_resources import parse_version as pv
ModuleNotFoundError: No module named 'pkg_resources'

Due to the latest version 82.0.0 of setuptools package is using now in the env.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

@antonwolfy antonwolfy added this to the 0.20.0 release milestone Feb 9, 2026
@antonwolfy antonwolfy self-assigned this Feb 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

Array API standard conformance tests for dpnp=0.20.0dev2=py313h509198e_17 ran successfully.
Passed: 1355
Failed: 2
Skipped: 7

@antonwolfy antonwolfy merged commit 70832ef into master Feb 10, 2026
50 of 72 checks passed
@antonwolfy antonwolfy deleted the bump-anaconda-client-version branch February 10, 2026 10:02
github-actions bot added a commit that referenced this pull request Feb 10, 2026
This PR bumps `anaconda-client` version from 1.14.1 to 1.14.0.

Otherwise the upload step in `Conda package` workflow is failing with:
```bash
Traceback (most recent call last):
  File "/home/runner/miniconda3/envs/upload/bin/anaconda", line 6, in <module>
    from anaconda_cli_base.cli import app
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/anaconda_cli_base/cli.py", line 229, in <module>
    load_registered_subcommands(app)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/anaconda_cli_base/plugins.py", line 282, in load_registered_subcommands
    subcommand_entry_points = _load_entry_points_for_group(PLUGIN_GROUP_NAME)
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/anaconda_cli_base/plugins.py", line 57, in _load_entry_points_for_group
    module: typer.Typer = entry_point.load()
                          ~~~~~~~~~~~~~~~~^^
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/importlib/metadata/__init__.py", line 179, in load
    module = import_module(match.group('module'))
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/importlib/__init__.py", line 88, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/runner/miniconda3/envs/upload/lib/python3.13/site-packages/binstar_client/__init__.py", line 16, in <module>
    from pkg_resources import parse_version as pv
ModuleNotFoundError: No module named 'pkg_resources'
```
Due to the latest version `82.0.0` of `setuptools` package is using now
in the env. 70832ef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants