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

Pyproject.toml & wheel over setup.py #41

Open
ryanneilyoung opened this issue Feb 16, 2023 · 1 comment · May be fixed by #42
Open

Pyproject.toml & wheel over setup.py #41

ryanneilyoung opened this issue Feb 16, 2023 · 1 comment · May be fixed by #42

Comments

@ryanneilyoung
Copy link

when installing this package through CI I see the following warning:

DEPRECATION: starkbank-ecdsa is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at pypa/pip#8559

@joelhess
Copy link

I see this problem as a problem when attempting it install the package in a python 3.12 environment. This is running a pip install in a python-3-12 slim based docker image.

Collecting starkbank-ecdsa==2.2.0 (from -r requirements.txt (line 1051))
  Downloading starkbank-ecdsa-2.2.0.tar.gz (14 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
      [end of output]

@joelhess joelhess linked a pull request Jun 13, 2024 that will close this issue
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 a pull request may close this issue.

2 participants