René's URL Explorer Experiment


Title: Unable to build xmlsec version 1.3.15 · Issue #347 · xmlsec/python-xmlsec · GitHub

Open Graph Title: Unable to build xmlsec version 1.3.15 · Issue #347 · xmlsec/python-xmlsec

X Title: Unable to build xmlsec version 1.3.15 · Issue #347 · xmlsec/python-xmlsec

Description: We are trying to build xmlsec using this command python3 setup.py install bdist --format=tar we are getting following error File "/root/xml_1.3.15/python-xmlsec-1.3.15/setup.py", line 597, in setup( File "/usr/local/lib/python3....

Open Graph Description: We are trying to build xmlsec using this command python3 setup.py install bdist --format=tar we are getting following error File "/root/xml_1.3.15/python-xmlsec-1.3.15/setup.py", line 597, in

X Description: We are trying to build xmlsec using this command python3 setup.py install bdist --format=tar we are getting following error File "/root/xml_1.3.15/python-xmlsec-1.3.15/setup.py", line 597...

Opengraph URL: https://github.com/xmlsec/python-xmlsec/issues/347

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Unable to build xmlsec version 1.3.15","articleBody":"We are trying to build xmlsec using this command  ` python3 setup.py install bdist --format=tar `\nwe are getting following error \n\n\n```Traceback (most recent call last):\n  File \"/root/xml_1.3.15/python-xmlsec-1.3.15/setup.py\", line 597, in \u003cmodule\u003e\n    setup(\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/__init__.py\", line 117, in setup\n    return distutils.core.setup(**attrs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/core.py\", line 148, in setup\n    _setup_distribution = dist = klass(attrs)\n                                 ^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/dist.py\", line 323, in __init__\n    _Distribution.__init__(self, dist_attrs)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py\", line 309, in __init__\n    self.finalize_options()\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/dist.py\", line 786, in finalize_options\n    ep(self)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/dist.py\", line 806, in _finalize_setup_keywords\n    ep.load()(self, ep.name, value)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_integration/setuptools.py\", line 103, in version_keyword\n    _assign_version(dist, config)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_integration/setuptools.py\", line 58, in _assign_version\n    _version_missing(config)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_get_version_impl.py\", line 117, in _version_missing\n    raise LookupError(\nLookupError: setuptools-scm was unable to detect version for /root/xml_1.3.15/python-xmlsec-1.3.15.\n```\n\n\nFollowing are the steps we used to build the xmlsec\n\n1. wget https://github.com/xmlsec/python-xmlsec/archive/refs/tags/1.3.15.tar.gz\n2. tar -xvf 1.3.15.tar.gz\n3. cd python-xmlsec-1.3.15/\n4. python3 setup.py install bdist --format=tar\n\n\nFollowing are the output which we got \n\n```/usr/local/lib/python3.11/dist-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.\n!!\n\n        ********************************************************************************\n        Requirements should be satisfied by a PEP 517 installer.\n        If you are using pip, you can try `pip install --use-pep517`.\n        ********************************************************************************\n\n!!\n  dist.fetch_build_eggs(dist.setup_requires)\n[04/04/25 06:02:46] WARNING  toml section missing 'pyproject.toml does not contain a                   pyproject_reading.py:42\n                             tool.setuptools_scm section'\n                             Traceback (most recent call last):\n                               File\n                             \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_integration/pypr\n                             oject_reading.py\", line 36, in read_pyproject\n                                 section = defn.get(\"tool\", {})[tool_name]\n                                           ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^\n                             KeyError: 'setuptools_scm'\nTraceback (most recent call last):\n  File \"/root/xml_1.3.15/python-xmlsec-1.3.15/setup.py\", line 597, in \u003cmodule\u003e\n    setup(\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/__init__.py\", line 117, in setup\n    return distutils.core.setup(**attrs)\n           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/core.py\", line 148, in setup\n    _setup_distribution = dist = klass(attrs)\n                                 ^^^^^^^^^^^^\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/dist.py\", line 323, in __init__\n    _Distribution.__init__(self, dist_attrs)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/_distutils/dist.py\", line 309, in __init__\n    self.finalize_options()\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/dist.py\", line 786, in finalize_options\n    ep(self)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools/dist.py\", line 806, in _finalize_setup_keywords\n    ep.load()(self, ep.name, value)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_integration/setuptools.py\", line 103, in version_keyword\n    _assign_version(dist, config)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_integration/setuptools.py\", line 58, in _assign_version\n    _version_missing(config)\n  File \"/usr/local/lib/python3.11/dist-packages/setuptools_scm/_get_version_impl.py\", line 117, in _version_missing\n    raise LookupError(\nLookupError: setuptools-scm was unable to detect version for /root/xml_1.3.15/python-xmlsec-1.3.15.\n\nMake sure you're either building from a fully intact git repository or PyPI tarballs. Most other sources (such as GitHub's tarballs, a git checkout without the .git folder) don't contain the necessary metadata and will not work.\n\nFor example, if you're using pip, instead of https://github.com/user/proj/archive/master.zip use git+https://github.com/user/proj.git#egg=proj\n\nAlternatively, set the version with the environment variable SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${NORMALIZED_DIST_NAME} as described in https://setuptools-scm.readthedocs.io/en/latest/config.\n```\n\nNOTE : Above steps were working fine with Master branch when we clone the repo.\n\nBuild Machine Details : \nPRETTY_NAME=\"Debian GNU/Linux 12 (bookworm)\"\nNAME=\"Debian GNU/Linux\"\nVERSION_ID=\"12\"\nVERSION=\"12 (bookworm)\"\nVERSION_CODENAME=bookworm\nID=debian\nHOME_URL=\"https://www.debian.org/\"\nSUPPORT_URL=\"https://www.debian.org/support\"\nBUG_REPORT_URL=\"https://bugs.debian.org/\"\n\nWhen can we expect fixed version in 1.3.15 or when will the 1.3.16 tar will be released ?\n","author":{"url":"https://github.com/Shiva106","@type":"Person","name":"Shiva106"},"datePublished":"2025-04-04T06:21:43.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/347/python-xmlsec/issues/347"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:6c2dc49d-6df2-6bc4-e687-a8f9c61cf1ab
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC904:1A2A10:2F64F3:3DC9C2:696B3BF9
html-safe-nonce2c25992283e827f933b4d965989168650c828d8a3321f6f081175b369d29b322
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTA0OjFBMkExMDoyRjY0RjM6M0RDOUMyOjY5NkIzQkY5IiwidmlzaXRvcl9pZCI6IjgzMDA3NTM3NDk5NDQyNTM0MzMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac08e60b37918166e110042f55cea0d38be713f1edfc043a58b2e511b54683fca9
hovercard-subject-tagissue:2971387217
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/xmlsec/python-xmlsec/347/issue_layout
twitter:imagehttps://opengraph.githubassets.com/e3ca22123c196160aa94bfec07992a57de1b32a775096fc246d8910c84f6f0b2/xmlsec/python-xmlsec/issues/347
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/e3ca22123c196160aa94bfec07992a57de1b32a775096fc246d8910c84f6f0b2/xmlsec/python-xmlsec/issues/347
og:image:altWe are trying to build xmlsec using this command python3 setup.py install bdist --format=tar we are getting following error File "/root/xml_1.3.15/python-xmlsec-1.3.15/setup.py", line 597, in
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameShiva106
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/xmlsec/python-xmlsec git https://github.com/xmlsec/python-xmlsec.git
octolytics-dimension-user_id111647685
octolytics-dimension-user_loginxmlsec
octolytics-dimension-repository_id27934955
octolytics-dimension-repository_nwoxmlsec/python-xmlsec
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id27934955
octolytics-dimension-repository_network_root_nwoxmlsec/python-xmlsec
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
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/xmlsec/python-xmlsec/issues/347#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fxmlsec%2Fpython-xmlsec%2Fissues%2F347
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%2Fxmlsec%2Fpython-xmlsec%2Fissues%2F347
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=xmlsec%2Fpython-xmlsec
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/347
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/347
Reloadhttps://github.com/xmlsec/python-xmlsec/issues/347
xmlsec https://github.com/xmlsec
python-xmlsechttps://github.com/xmlsec/python-xmlsec
Notifications https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Fork 105 https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Star 104 https://github.com/login?return_to=%2Fxmlsec%2Fpython-xmlsec
Code https://github.com/xmlsec/python-xmlsec
Issues 29 https://github.com/xmlsec/python-xmlsec/issues
Pull requests 3 https://github.com/xmlsec/python-xmlsec/pulls
Actions https://github.com/xmlsec/python-xmlsec/actions
Projects 0 https://github.com/xmlsec/python-xmlsec/projects
Wiki https://github.com/xmlsec/python-xmlsec/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/xmlsec/python-xmlsec/security
Please reload this pagehttps://github.com/xmlsec/python-xmlsec/issues/347
Insights https://github.com/xmlsec/python-xmlsec/pulse
Code https://github.com/xmlsec/python-xmlsec
Issues https://github.com/xmlsec/python-xmlsec/issues
Pull requests https://github.com/xmlsec/python-xmlsec/pulls
Actions https://github.com/xmlsec/python-xmlsec/actions
Projects https://github.com/xmlsec/python-xmlsec/projects
Wiki https://github.com/xmlsec/python-xmlsec/wiki
Security https://github.com/xmlsec/python-xmlsec/security
Insights https://github.com/xmlsec/python-xmlsec/pulse
New issuehttps://github.com/login?return_to=https://github.com/xmlsec/python-xmlsec/issues/347
New issuehttps://github.com/login?return_to=https://github.com/xmlsec/python-xmlsec/issues/347
Unable to build xmlsec version 1.3.15https://github.com/xmlsec/python-xmlsec/issues/347#top
https://github.com/Shiva106
https://github.com/Shiva106
Shiva106https://github.com/Shiva106
on Apr 4, 2025https://github.com/xmlsec/python-xmlsec/issues/347#issue-2971387217
https://github.com/xmlsec/python-xmlsec/archive/refs/tags/1.3.15.tar.gzhttps://github.com/xmlsec/python-xmlsec/archive/refs/tags/1.3.15.tar.gz
https://www.debian.org/https://www.debian.org/
https://www.debian.org/supporthttps://www.debian.org/support
https://bugs.debian.org/https://bugs.debian.org/
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.