Skip to content

install from a wheelhouse + lockfile ... via wppm + pip #1601

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

Closed
stonebig opened this issue May 11, 2025 · 0 comments
Closed

install from a wheelhouse + lockfile ... via wppm + pip #1601

stonebig opened this issue May 11, 2025 · 0 comments

Comments

@stonebig
Copy link
Contributor

stonebig commented May 11, 2025

principle:

  • we use
    • a directory ./WheelHouse
    • with sub-directory ./WheelHouse/Included/ for "from build" wheels
  • commandw
    -wppm pylock.xxx.toml, or wppm pylock.xxx.toml --wheelhouse local_wheel_directory
  • action:
    • if --wheelhouse not specified, will try with to get wheels:
      • from ./WheelHouse/Included/
      • otherwise from pypi
    • step1 is:
      • to check --dry-run download from equivalent requirement_with_hash
      • if it works:
      • to download the hash-cheked wheels for real in ./WheelHouse/pylock.xxx.toml
      • propose the final install instruction wppm pylock.xxx.toml --wheelhouse /pylock.xxx.wheels
    • if --wheelhouse specified is equal to target ./WheelHouse/lockfile.xxx.toml:
      • it means go next step
      • propose to install the already downloaded wheels
@stonebig stonebig added this to the 2025-03 PEP 751 / AI local milestone May 11, 2025
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

1 participant