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
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
Domain: github.com
Links:
Viewport: width=device-width
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-controller voltron_issues_fragments route-action issue_layout fetch-nonce v2:6c2dc49d-6df2-6bc4-e687-a8f9c61cf1ab current-catalog-service-hash 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 request-id C904:1A2A10:2F64F3:3DC9C2:696B3BF9 html-safe-nonce 2c25992283e827f933b4d965989168650c828d8a3321f6f081175b369d29b322 visitor-payload eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOTA0OjFBMkExMDoyRjY0RjM6M0RDOUMyOjY5NkIzQkY5IiwidmlzaXRvcl9pZCI6IjgzMDA3NTM3NDk5NDQyNTM0MzMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== visitor-hmac 08e60b37918166e110042f55cea0d38be713f1edfc043a58b2e511b54683fca9 hovercard-subject-tag issue:2971387217 github-keyboard-shortcuts repository,issues,copilot google-site-verification Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I octolytics-url https://collector.github.com/github/collect analytics-location / fb:app_id 1401488693436528 apple-itunes-app app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/xmlsec/python-xmlsec/347/issue_layout twitter:image https://opengraph.githubassets.com/e3ca22123c196160aa94bfec07992a57de1b32a775096fc246d8910c84f6f0b2/xmlsec/python-xmlsec/issues/347 twitter:card summary_large_image og:image https://opengraph.githubassets.com/e3ca22123c196160aa94bfec07992a57de1b32a775096fc246d8910c84f6f0b2/xmlsec/python-xmlsec/issues/347 og:image:alt 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 og:image:width 1200 og:image:height 600 og:site_name GitHub og:type object og:author:username Shiva106 hostname github.com expected-hostname github.com None 5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d turbo-cache-control no-preview go-import github.com/xmlsec/python-xmlsec git https://github.com/xmlsec/python-xmlsec.git octolytics-dimension-user_id 111647685 octolytics-dimension-user_login xmlsec octolytics-dimension-repository_id 27934955 octolytics-dimension-repository_nwo xmlsec/python-xmlsec octolytics-dimension-repository_public true octolytics-dimension-repository_is_fork false octolytics-dimension-repository_network_root_id 27934955 octolytics-dimension-repository_network_root_nwo xmlsec/python-xmlsec turbo-body-classes logged-out env-production page-responsive disable-turbo false browser-stats-url https://api.github.com/_private/browser/stats browser-errors-url https://api.github.com/_private/browser/errors release 82560a55c6b2054555076f46e683151ee28a19bc ui-target full theme-color #1e2327 color-scheme light dark
URLs of crawlers that visited me.