René's URL Explorer Experiment


Title: Trying to install just meets with failure from setup tools · Issue #849 · watson-developer-cloud/python-sdk · GitHub

Open Graph Title: Trying to install just meets with failure from setup tools · Issue #849 · watson-developer-cloud/python-sdk

X Title: Trying to install just meets with failure from setup tools · Issue #849 · watson-developer-cloud/python-sdk

Description: Overview Unable to install. I have removed all python packages from my computer, created a new venv Even if as shown I use an older version of setuptools I till get the same error python -m venv fm_aiortc .\fm_aiortc\Scripts\activate pip...

Open Graph Description: Overview Unable to install. I have removed all python packages from my computer, created a new venv Even if as shown I use an older version of setuptools I till get the same error python -m venv fm...

X Description: Overview Unable to install. I have removed all python packages from my computer, created a new venv Even if as shown I use an older version of setuptools I till get the same error python -m venv fm...

Opengraph URL: https://github.com/watson-developer-cloud/python-sdk/issues/849

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Trying to install just meets with failure from setup tools","articleBody":"**Overview**\r\nUnable to install.\r\nI have removed all python packages from my computer, created a new venv\r\n\r\nEven if as shown I use an older version of setuptools I till get the same error\r\n\r\n```\r\npython -m venv fm_aiortc\r\n.\\fm_aiortc\\Scripts\\activate\r\npip install ibm_watson\r\n```\r\n\r\n```\r\n(fm_aiortc) PS C:\\Work\\GitHubRepo\\WatsonX\\pilots\\FM\\orchestration-layer\\airotc\u003e pip list\r\nPackage    Version\r\n---------- -------\r\npip        24.2\r\nsetuptools 71.0.0\r\nwheel      0.43.0\r\n```\r\n\r\n**Expected behavior**\r\nInstall ibm_watson\r\n\r\n\r\n**Actual behavior**\r\n````\r\n(fm_aiortc) PS C:\\Work\\GitHubRepo\\WatsonX\\pilots\\FM\\orchestration-layer\\airotc\u003e pip install ibm_watson\r\nCollecting ibm_watson\r\n  Using cached ibm_watson-8.1.0.tar.gz (400 kB)\r\n  Installing build dependencies ... done\r\n  Getting requirements to build wheel ... done\r\n  Preparing metadata (pyproject.toml) ... done\r\nCollecting requests\u003c3.0,\u003e=2.0 (from ibm_watson)\r\n  Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)\r\nCollecting python-dateutil\u003e=2.5.3 (from ibm_watson)\r\n  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)\r\nCollecting websocket-client\u003e=1.1.0 (from ibm_watson)\r\n  Using cached websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)\r\nCollecting ibm-cloud-sdk-core==3.*,\u003e=3.3.6 (from ibm_watson)\r\n  Using cached ibm-cloud-sdk-core-3.20.3.tar.gz (62 kB)\r\n  Installing build dependencies ... done\r\n  Getting requirements to build wheel ... error\r\n  error: subprocess-exited-with-error\r\n\r\n  × Getting requirements to build wheel did not run successfully.\r\n  │ exit code: 1\r\n  ╰─\u003e [21 lines of output]\r\n      \u003cstring\u003e:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html\r\n      Traceback (most recent call last):\r\n        File \"C:\\Work\\GitHubRepo\\WatsonX\\pilots\\FM\\orchestration-layer\\airotc\\fm_aiortc\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 353, in \u003cmodule\u003e\r\n          main()\r\n        File \"C:\\Work\\GitHubRepo\\WatsonX\\pilots\\FM\\orchestration-layer\\airotc\\fm_aiortc\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 335, in main\r\n          json_out['return_val'] = hook(**hook_input['kwargs'])\r\n                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n        File \"C:\\Work\\GitHubRepo\\WatsonX\\pilots\\FM\\orchestration-layer\\airotc\\fm_aiortc\\Lib\\site-packages\\pip\\_vendor\\pyproject_hooks\\_in_process\\_in_process.py\", line 118, in get_requires_for_build_wheel\r\n          return hook(config_settings)\r\n                 ^^^^^^^^^^^^^^^^^^^^^\r\n        File \"C:\\Users\\010488846\\AppData\\Local\\Temp\\pip-build-env-pqhwh9x4\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 327, in get_requires_for_build_wheel\r\n          return self._get_build_requires(config_settings, requirements=[])\r\n                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\r\n        File \"C:\\Users\\010488846\\AppData\\Local\\Temp\\pip-build-env-pqhwh9x4\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 297, in _get_build_requires\r\n          self.run_setup()\r\n        File \"C:\\Users\\010488846\\AppData\\Local\\Temp\\pip-build-env-pqhwh9x4\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 497, in run_setup\r\n          super().run_setup(setup_script=setup_script)\r\n        File \"C:\\Users\\010488846\\AppData\\Local\\Temp\\pip-build-env-pqhwh9x4\\overlay\\Lib\\site-packages\\setuptools\\build_meta.py\", line 313, in run_setup\r\n          exec(code, locals())\r\n        File \"\u003cstring\u003e\", line 20, in \u003cmodule\u003e\r\n      ModuleNotFoundError: No module named 'setuptools.command.test'\r\n      [end of output]\r\n\r\n  note: This error originates from a subprocess, and is likely not a problem with pip.\r\nerror: subprocess-exited-with-error\r\n\r\n× Getting requirements to build wheel did not run successfully.\r\n│ exit code: 1\r\n╰─\u003e See above for output.\r\n```\r\n**How to reproduce**\r\n_Help us to reproduce what you experienced. Include your code snippets (without credentials)_\r\n\r\n**Screenshots**\r\n_If applicable, add screenshots to help explain your problem._\r\n\r\n**SDK Version**\r\n8.1.0\r\n\r\n**Additional information:**\r\n- OS: Windows\r\n- Which version of `Python` are you using? 3.11.4\r\n\r\n**Additional context**\r\n_Add any other details about the problem._\r\n","author":{"url":"https://github.com/Nniol","@type":"Person","name":"Nniol"},"datePublished":"2024-07-29T08:44:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/849/python-sdk/issues/849"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:eca9affa-f0be-1362-d9ea-61291fde9b30
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idE69C:2467D:9E4759:D6739F:6969311D
html-safe-nonce0c9473ad91fdd9af5d7f1bc432d9caa40634df3432a706492abb53ecbbf27af4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFNjlDOjI0NjdEOjlFNDc1OTpENjczOUY6Njk2OTMxMUQiLCJ2aXNpdG9yX2lkIjoiMzQ5MDExNDQwODMzMjEyNzAxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacc78404ff09f9e94e9fd4feebf7e03f77908d1a37f3fbf979f3f8ccb3f8db0df6
hovercard-subject-tagissue:2434820294
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/watson-developer-cloud/python-sdk/849/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0723cb2645984f79f6b3332850fd38a0fad4fe2221f395fc392267cfba30606e/watson-developer-cloud/python-sdk/issues/849
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0723cb2645984f79f6b3332850fd38a0fad4fe2221f395fc392267cfba30606e/watson-developer-cloud/python-sdk/issues/849
og:image:altOverview Unable to install. I have removed all python packages from my computer, created a new venv Even if as shown I use an older version of setuptools I till get the same error python -m venv fm...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameNniol
hostnamegithub.com
expected-hostnamegithub.com
None54182691a21263b584d2e600b758e081b0ff1d10ffc0d2eefa51cf754b43b51d
turbo-cache-controlno-preview
go-importgithub.com/watson-developer-cloud/python-sdk git https://github.com/watson-developer-cloud/python-sdk.git
octolytics-dimension-user_id10017763
octolytics-dimension-user_loginwatson-developer-cloud
octolytics-dimension-repository_id42750248
octolytics-dimension-repository_nwowatson-developer-cloud/python-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id42750248
octolytics-dimension-repository_network_root_nwowatson-developer-cloud/python-sdk
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
released69ac0477df0f87da03b8b06cebd187012d7a930
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/watson-developer-cloud/python-sdk/issues/849#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fwatson-developer-cloud%2Fpython-sdk%2Fissues%2F849
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%2Fwatson-developer-cloud%2Fpython-sdk%2Fissues%2F849
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=watson-developer-cloud%2Fpython-sdk
Reloadhttps://github.com/watson-developer-cloud/python-sdk/issues/849
Reloadhttps://github.com/watson-developer-cloud/python-sdk/issues/849
Reloadhttps://github.com/watson-developer-cloud/python-sdk/issues/849
watson-developer-cloud https://github.com/watson-developer-cloud
python-sdkhttps://github.com/watson-developer-cloud/python-sdk
Notifications https://github.com/login?return_to=%2Fwatson-developer-cloud%2Fpython-sdk
Fork 823 https://github.com/login?return_to=%2Fwatson-developer-cloud%2Fpython-sdk
Star 1.5k https://github.com/login?return_to=%2Fwatson-developer-cloud%2Fpython-sdk
Code https://github.com/watson-developer-cloud/python-sdk
Issues 3 https://github.com/watson-developer-cloud/python-sdk/issues
Pull requests 5 https://github.com/watson-developer-cloud/python-sdk/pulls
Actions https://github.com/watson-developer-cloud/python-sdk/actions
Wiki https://github.com/watson-developer-cloud/python-sdk/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/watson-developer-cloud/python-sdk/security
Please reload this pagehttps://github.com/watson-developer-cloud/python-sdk/issues/849
Insights https://github.com/watson-developer-cloud/python-sdk/pulse
Code https://github.com/watson-developer-cloud/python-sdk
Issues https://github.com/watson-developer-cloud/python-sdk/issues
Pull requests https://github.com/watson-developer-cloud/python-sdk/pulls
Actions https://github.com/watson-developer-cloud/python-sdk/actions
Wiki https://github.com/watson-developer-cloud/python-sdk/wiki
Security https://github.com/watson-developer-cloud/python-sdk/security
Insights https://github.com/watson-developer-cloud/python-sdk/pulse
New issuehttps://github.com/login?return_to=https://github.com/watson-developer-cloud/python-sdk/issues/849
New issuehttps://github.com/login?return_to=https://github.com/watson-developer-cloud/python-sdk/issues/849
Trying to install just meets with failure from setup toolshttps://github.com/watson-developer-cloud/python-sdk/issues/849#top
https://github.com/Nniol
https://github.com/Nniol
Nniolhttps://github.com/Nniol
on Jul 29, 2024https://github.com/watson-developer-cloud/python-sdk/issues/849#issue-2434820294
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.