-
Notifications
You must be signed in to change notification settings - Fork 122
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
Crashing on github actions #426
Comments
Same problem for my https://github.com/cdfmlr/pyflowchart/runs/4722741335?check_suite_focus=true. And I noticed that there is an Error log above the Traceback:
I can also reproduce it on my laptop: $ python -m build --sdist --wheel --outdir dist/ .
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools >= 40.8.0, wheel)
* Getting dependencies for sdist...
running egg_info
writing manifest file 'pyflowchart.egg-info/SOURCES.txt'
* Building sdist...
...
* Creating venv isolated environment...
* Installing packages in isolated environment... (setuptools >= 40.8.0, wheel)
* Getting dependencies for wheel...
running egg_info
writing manifest file 'pyflowchart.egg-info/SOURCES.txt'
* Installing packages in isolated environment... (wheel)
/private/var/folders/6w/jqgyt_fs4nxf0q3rr__n60wc0000gn/T/build-env-6t3mvqur/bin/python: Error while finding module specification for 'pip' (AttributeError: module '__main__' has no attribute '__file__')
Traceback (most recent call last):
...
ERROR Command '['/var/folders/6w/jqgyt_fs4nxf0q3rr__n60wc0000gn/T/build-env-6t3mvqur/bin/python', '-Im', 'pip', 'install', '--use-pep517', '--no-warn-script-location', '-r', '/var/folders/6w/jqgyt_fs4nxf0q3rr__n60wc0000gn/T/build-reqs-_3h3idag.txt']' returned non-zero exit status 1. And I found adding a $ python -m build --sdist --wheel --no-isolation --outdir dist/ .
* Getting dependencies for sdist...
...
* Building sdist...
...
* Getting dependencies for wheel...
...
* Building wheel...
...
Successfully built pyflowchart-0.1.4.tar.gz and pyflowchart-0.1.4-py3-none-any.whl |
I think this was a temporary networking problem and is resolved, can you retry? |
@henryiii I have retried. And it now works fine, both in a local environment and the GitHub Action. |
* attempt to solve build issue * for further details see also: #94 (comment)
https://github.com/tobymao/saq/runs/4722914855?check_suite_focus=true
The text was updated successfully, but these errors were encountered: