Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dask cli UserWarning when using entry points registered by pep660 editable installs from setuptools #10068

Closed
graingert opened this issue Mar 15, 2023 · 1 comment · Fixed by #10070
Labels

Comments

@graingert
Copy link
Member

graingert commented Mar 15, 2023

porting distributed to pyproject.toml based builds forces the use of https://peps.python.org/pep-0660/ Editable installs for pyproject.toml based builds which results in a UserWarning: While registering the command with name 'scheduler', an existing command or group; the original has been overwritten." https://github.com/dask/distributed/actions/runs/4373970047/jobs/7652816395#step:19:2248

this is due to python/cpython#99130 fix released in 3.10.9 and 3.11.1

see: dask/distributed#7629

@github-actions github-actions bot added the needs triage Needs a response from a contributor label Mar 15, 2023
graingert added a commit to graingert/dask that referenced this issue Mar 15, 2023
graingert added a commit to graingert/dask that referenced this issue Mar 15, 2023
graingert added a commit to graingert/dask that referenced this issue Mar 15, 2023
graingert added a commit to graingert/dask that referenced this issue Mar 15, 2023
@jrbourbeau jrbourbeau added core and removed needs triage Needs a response from a contributor labels Mar 15, 2023
@jrbourbeau
Copy link
Member

Thanks @graingert! I see you've opened up #10070 to fix this -- I'll go take a look at that PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants