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

reproducible build with wheel + dependency file #170

Open
Tobi-De opened this issue Nov 7, 2024 · 0 comments
Open

reproducible build with wheel + dependency file #170

Tobi-De opened this issue Nov 7, 2024 · 0 comments

Comments

@Tobi-De
Copy link

Tobi-De commented Nov 7, 2024

I've tried two modes for building the binary: using the dependency file and using a wheel file with the PYAPP_PROJECT_PATH setting.

When I use the embedding option, the dependencies sometimes don’t match exactly with my local lock/requirements file, which makes sense since the wheel file's dependency markers don’t use exact versions (==). With the dependency file option, it seems I would need my app to be available on PyPI or something similar. Is there a way to use both the wheel file and a requirements file so that the environment created by the binary matches exactly what I have locally? I tried setting both PYAPP_PROJECT_PATH and PYAPP_PROJECT_DEPENDENCY_FILE, but it seems the requirements file is ignored in this case.

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