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

circuitpython-stubs uses deprecated way to build (pep517) #7928

Closed
jepler opened this issue May 3, 2023 · 2 comments · Fixed by #7957
Closed

circuitpython-stubs uses deprecated way to build (pep517) #7928

jepler opened this issue May 3, 2023 · 2 comments · Fixed by #7957
Milestone

Comments

@jepler
Copy link
Member

jepler commented May 3, 2023

CircuitPython version

main

Code/REPL

make html

Behavior

/home/jepler/.local/lib/python3.9/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!

        ********************************************************************************
        Requirements should be satisfied by a PEP 517 installer.
        If you are using pip, you can try `pip install --use-pep517`.
        ********************************************************************************

!!
  dist.fetch_build_eggs(dist.setup_requires)

Description

No response

Additional information

No response

@jepler jepler added this to the 9.0.0 milestone May 3, 2023
@tekktrik
Copy link
Member

tekktrik commented May 4, 2023

Did someone say packaging? 🤩

@tekktrik
Copy link
Member

tekktrik commented May 4, 2023

I can tackle this for the milestone!

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

Successfully merging a pull request may close this issue.

2 participants