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

Windows build-binaries failure on GHA #1151

Closed
davemfish opened this issue Jan 23, 2023 · 2 comments · Fixed by #1152
Closed

Windows build-binaries failure on GHA #1151

davemfish opened this issue Jan 23, 2023 · 2 comments · Fixed by #1152
Assignees
Labels
critical for issues likely to obstruct the whole dev team (e.g. broken builds) in progress This issue is actively being worked on
Milestone

Comments

@davemfish
Copy link
Contributor

This GHA failure is pretty common lately. For example: https://github.com/natcap/invest/actions/runs/3914510430/jobs/6691661359

In the Setup Conda Env step:

Pip subprocess error:
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\\Users\\runneradmin\\AppData\\Local\\Temp\\pip-uninstall-pyjvumdg\\sphinx-apidoc.exe'
@davemfish davemfish added this to the 3.13.0 milestone Jan 23, 2023
@davemfish davemfish added the critical for issues likely to obstruct the whole dev team (e.g. broken builds) label Jan 23, 2023
@davemfish
Copy link
Contributor Author

davemfish commented Jan 23, 2023

This is potentially solved by not using pip to install these sphinx extensions:

requirements-docs.txt:

sphinx-rtd-theme  # pip-only
sphinx-reredirects  # pip-only

They are available from conda-forge.

@phargogh phargogh self-assigned this Jan 23, 2023
@phargogh phargogh added the in progress This issue is actively being worked on label Jan 23, 2023
@phargogh
Copy link
Member

I think at one point these packages were not on conda-forge, but both clearly are now. Let's see if that does the trick!

phargogh added a commit to phargogh/invest that referenced this issue Jan 23, 2023
phargogh added a commit to phargogh/invest that referenced this issue Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical for issues likely to obstruct the whole dev team (e.g. broken builds) in progress This issue is actively being worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants