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

PyPI release fails #131

Open
benjimin opened this issue Oct 27, 2021 · 1 comment
Open

PyPI release fails #131

benjimin opened this issue Oct 27, 2021 · 1 comment

Comments

@benjimin
Copy link
Collaborator

The github action pipeline for pushing to the python package index is failing.

After building the docker image, the log emits warnings related to deprecation of setup.py packaging patterns (which may or may not be related but for example see background here), and then fails with a filesystem permission error.

/env/lib/python3.8/site-packages/setuptools/__init__.py:148: SetuptoolsDeprecationWarning: setup_requires is deprecated. Supply build dependencies using PEP 517 pyproject.toml build-requires.
running bdist_wheel
  warnings.warn(
running build
running build_py
/env/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
installing to build/bdist.linux-x86_64/wheel
  warnings.warn(
running install
error: could not create 'build/bdist.linux-x86_64/wheel': Permission denied
running install_lib
InvalidDistribution: Cannot find file (or expand pattern): './dist/*'
creating build/bdist.linux-x86_64/wheel
InvalidDistribution: Cannot find file (or expand pattern): 'dist/*'
Error: Process completed with exit code 1.
@benjimin
Copy link
Collaborator Author

benjimin commented Nov 5, 2021

This is not critical priority because typically deploying from container image, rather than via python package repository.

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