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

Missing wheel for 1.7.0 release #184

Open
edgarrmondragon opened this issue Oct 21, 2024 · 2 comments
Open

Missing wheel for 1.7.0 release #184

edgarrmondragon opened this issue Oct 21, 2024 · 2 comments

Comments

@edgarrmondragon
Copy link

The 1.7.0 release in PyPI is missing the pure-Python wheel and only the sdist is present.

Previous releases did include a wheel, but the release process doesn't seem to be documented or automated, so I can't tell what went wrong.

Thanks!

@edgarrmondragon edgarrmondragon changed the title Missing wheels for 1.7.0 release Missing wheel for 1.7.0 release Oct 23, 2024
@fervand1
Copy link

fervand1 commented Nov 12, 2024

Any update on this? It is causing issues in the ci due to this version of dependency. Or can this release be yanked till the wheel is fixed? Thanks

Observed error while installing with pip

Successfully installed setuptools-75.4.0

[notice] A new release of pip available: 22.3.1 -> 24.3.1
[notice] To update, run: python.exe -m pip install --upgrade pip
(venv) PS D:\test> pip install --no-index .\jsonpath-ng-1.7.0.tar.gz
Processing d:\bug\ds-test\jsonpath-ng-1.7.0.tar.gz
  Installing build dependencies ... error
  error: subprocess-exited-with-error

  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [2 lines of output]
      ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 (from versions: none)
      ERROR: No matching distribution found for setuptools>=40.8.0
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.

@pvieito
Copy link

pvieito commented Nov 13, 2024

+1, same issue here!

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

No branches or pull requests

3 participants