René's URL Explorer Experiment


Title: Fails on import with custom exception · Issue #637 · gitpython-developers/GitPython · GitHub

Open Graph Title: Fails on import with custom exception · Issue #637 · gitpython-developers/GitPython

X Title: Fails on import with custom exception · Issue #637 · gitpython-developers/GitPython

Description: On Windows, without git available on path, the following happens on import of GitPython: [package stack] from git.exc import GitError File "C:\Miniconda3\lib\site-packages\git\__init__.py", line 45, in from git.repo import Repo ...

Open Graph Description: On Windows, without git available on path, the following happens on import of GitPython: [package stack] from git.exc import GitError File "C:\Miniconda3\lib\site-packages\git\__init__.py", line 45...

X Description: On Windows, without git available on path, the following happens on import of GitPython: [package stack] from git.exc import GitError File "C:\Miniconda3\lib\site-packages\git\__init__.py"...

Opengraph URL: https://github.com/gitpython-developers/GitPython/issues/637

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Fails on import with custom exception","articleBody":"On Windows, without git available on path, the following happens on import of GitPython:\r\n```python\r\n[package stack]\r\n    from git.exc import GitError\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\__init__.py\", line 45, in \u003cmodule\u003e\r\n    from git.repo import Repo               # @NoMove @IgnorePep8\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\repo\\__init__.py\", line 4, in \u003cmodule\u003e\r\n    from .base import *\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\repo\\base.py\", line 31, in \u003cmodule\u003e\r\n    from git.remote import Remote, add_progress, to_progress_instance\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\remote.py\", line 190, in \u003cmodule\u003e\r\n    class FetchInfo(object):\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\remote.py\", line 219, in FetchInfo\r\n    v = Git().version_info[:2]\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\cmd.py\", line 461, in version_info\r\n    return self._version_info\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\cmd.py\", line 424, in __getattr__\r\n    return LazyMixin.__getattr__(self, name)\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\gitdb\\util.py\", line 256, in __getattr__\r\n    self._set_cache_(attr)\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\cmd.py\", line 444, in _set_cache_\r\n    version_numbers = self._call_process('version').split(' ')[2]\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\cmd.py\", line 877, in _call_process\r\n    return self.execute(call, **exec_kwargs)\r\n  File \"C:\\Miniconda3\\lib\\site-packages\\git\\cmd.py\", line 602, in execute\r\n    raise GitCommandNotFound(command, err)\r\ngit.exc.GitCommandNotFound: Cmd('git') not found due to: FileNotFoundError('[WinError 2] The system cannot find the file specified')\r\n  cmdline: git version\r\n```\r\n\r\nSince it fails while trying to import the exception type that it raises (`GitError`), the only way to catch the error is with a `try: ... except Exception:` block, which is needlessly wide. It would be nice if a better pattern was available for conditional use of the package.","author":{"url":"https://github.com/vidartf","@type":"Person","name":"vidartf"},"datePublished":"2017-06-12T15:41:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":6},"url":"https://github.com/637/GitPython/issues/637"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a3cf92cb-11fb-1478-dfe5-9aecb97fbe58
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9938:1AFE8C:116C221:18A5BB9:6968FA4F
html-safe-nonce1dfdecf84254a569e253d082c0c6e26eb6a0631ab51a08a30fc902b81ce1a5dd
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTM4OjFBRkU4QzoxMTZDMjIxOjE4QTVCQjk6Njk2OEZBNEYiLCJ2aXNpdG9yX2lkIjoiODk1NDU3NzQ4ODk5NzU3OTM0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacec3b578cf3e579db234e2b0694eb3fee3ba8acac4d8198e8449f02061ace0f5e
hovercard-subject-tagissue:235275735
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/gitpython-developers/GitPython/637/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c3533fccfbae86e884de62e53b946cc881998f9b4b80fab29279a500411ebaee/gitpython-developers/GitPython/issues/637
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c3533fccfbae86e884de62e53b946cc881998f9b4b80fab29279a500411ebaee/gitpython-developers/GitPython/issues/637
og:image:altOn Windows, without git available on path, the following happens on import of GitPython: [package stack] from git.exc import GitError File "C:\Miniconda3\lib\site-packages\git\__init__.py", line 45...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamevidartf
hostnamegithub.com
expected-hostnamegithub.com
Noneb229519d8adb10c7bce106d807003c585a919bd07491d720d8aada92dc43746b
turbo-cache-controlno-preview
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release176ddd19d172d50da7e20b971f928ffe57138b35
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/issues/637#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fissues%2F637
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fissues%2F637
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/issues/637
Reloadhttps://github.com/gitpython-developers/GitPython/issues/637
Reloadhttps://github.com/gitpython-developers/GitPython/issues/637
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/issues/637
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 169 https://github.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github.com/gitpython-developers/GitPython/issues/637
Insights https://github.com/gitpython-developers/GitPython/pulse
Code https://github.com/gitpython-developers/GitPython
Issues https://github.com/gitpython-developers/GitPython/issues
Pull requests https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
New issuehttps://github.com/login?return_to=https://github.com/gitpython-developers/GitPython/issues/637
New issuehttps://github.com/login?return_to=https://github.com/gitpython-developers/GitPython/issues/637
Fails on import with custom exceptionhttps://github.com/gitpython-developers/GitPython/issues/637#top
acknowledgedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22acknowledged%22
https://github.com/vidartf
https://github.com/vidartf
vidartfhttps://github.com/vidartf
on Jun 12, 2017https://github.com/gitpython-developers/GitPython/issues/637#issue-235275735
acknowledgedhttps://github.com/gitpython-developers/GitPython/issues?q=state%3Aopen%20label%3A%22acknowledged%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.