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

Don't look for a Python 2 interpreter #316

Merged
merged 1 commit into from
Dec 28, 2023
Merged

Don't look for a Python 2 interpreter #316

merged 1 commit into from
Dec 28, 2023

Conversation

frej
Copy link
Owner

@frej frej commented Dec 27, 2023

Don't look for a Python 2 interpreter as Python is no longer supported. If there is a Python 2 available and it had the Mercurial modules available, hg-fast-export would use it and fail to import importlib.machinery. This is probably the cause of #314.

Closes #314.

Don't look for a Python 2 interpreter as Python is no longer
supported. If there is a Python 2 available and it had the Mercurial
modules available, hg-fast-export would use it and fail to import
`importlib.machinery`. This is probably the cause of #314.

Closes #314.
@frej frej merged commit 3c69424 into master Dec 28, 2023
2 checks passed
@frej frej deleted the frej/fix-314 branch December 28, 2023 12:41
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.

Cannot execute fast export due to missing module importlib.machinery
1 participant