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

CD/CI for PyPI #107

Open
ArtPoon opened this issue Feb 27, 2025 · 1 comment
Open

CD/CI for PyPI #107

ArtPoon opened this issue Feb 27, 2025 · 1 comment
Assignees
Labels

Comments

@ArtPoon
Copy link
Contributor

ArtPoon commented Feb 27, 2025

Run failed:

Run python -m pip install build
Collecting build
  Downloading build-1.2.2.post1-py3-none-any.whl.metadata (6.5 kB)
Collecting packaging>=19.1 (from build)
  Downloading packaging-24.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyproject_hooks (from build)
  Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
Downloading build-1.2.2.post1-py3-none-any.whl (22 kB)
Downloading packaging-24.2-py3-none-any.whl (65 kB)
Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
Installing collected packages: pyproject_hooks, packaging, build
Successfully installed build-1.2.2.post1 packaging-24.2 pyproject_hooks-1.2.0
* Creating isolated environment: venv+pip...
* Installing packages in isolated environment:
  - setuptools >= 40.8.0
* Getting build dependencies for sdist...
Missing required dependencies: cython==0.29.35, postalign @ https://github.com/hivdb/post-align

ERROR Backend subprocess exited when trying to invoke get_requires_for_build_sdist
Error: Process completed with exit code 1.
@WilliamZekaiWang
Copy link
Collaborator

gahhh it seems like to publish it needs a working build, makes sense. It could mean that we need to install the prereqs for the users in the set-up script. I'll look into it

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

No branches or pull requests

2 participants