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

chore(workflow): Downgrade the python version in the pdoc action #166

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

ERosendo
Copy link
Contributor

There is a known issue with pdoc3 that prevents it from functioning correctly with Python 3.12. When attempting to execute the command pdoc module, the following error occurs: ModuleNotFoundError: No module named 'distutils'.

As a workaround, temporarily downgrading the python version within the action to 3.11 should allow it to complete successfully.

There is a known issue with pdoc3 that prevents it from functioning correctly with Python 3.12. When attempting to execute the command `pdoc module`, the following error occurs: `ModuleNotFoundError: No module named 'distutils'`. As a workaround, temporarily downgrading the python version within the action to `3.11` should allow it to complete successfully.
@ERosendo ERosendo requested a review from mlissner February 13, 2024 01:41
Copy link
Contributor

The Eyecite Report 👁️

Gains and Losses

There were 0 gains and 0 losses.

Click here to see details.
id Gain Loss

Time Chart

image

Generated Files

Branch 1 Output
Branch 2 Output
Full Output CSV

@mlissner mlissner merged commit b82078f into main Feb 13, 2024
13 checks passed
@mlissner mlissner deleted the downgrade-python-version-in-pdoc-action branch February 13, 2024 02:44
@mlissner
Copy link
Member

Always an adventure!

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

Successfully merging this pull request may close these issues.

2 participants