René's URL Explorer Experiment


Title: Pytorch is not installable using sqlmlutils · Issue #60 · microsoft/sqlmlutils · GitHub

Open Graph Title: Pytorch is not installable using sqlmlutils · Issue #60 · microsoft/sqlmlutils

X Title: Pytorch is not installable using sqlmlutils · Issue #60 · microsoft/sqlmlutils

Description: From the PyForMLS subdirectory in a cmd window (Windows 10) I launch python (vs 3.5.2) Then I run these 3 python statements import sqlmlutils connection=sqlmlutils.ConnectionInfo(server="localhost",database="mydatabase") sqlmlutils.SQLPa...

Open Graph Description: From the PyForMLS subdirectory in a cmd window (Windows 10) I launch python (vs 3.5.2) Then I run these 3 python statements import sqlmlutils connection=sqlmlutils.ConnectionInfo(server="localhost"...

X Description: From the PyForMLS subdirectory in a cmd window (Windows 10) I launch python (vs 3.5.2) Then I run these 3 python statements import sqlmlutils connection=sqlmlutils.ConnectionInfo(server="local...

Opengraph URL: https://github.com/microsoft/sqlmlutils/issues/60

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Pytorch is not installable using sqlmlutils","articleBody":"From the PyForMLS subdirectory in a cmd window (Windows 10) I launch python (vs 3.5.2)\r\nThen I run these 3 python statements\r\n\r\n```\r\nimport sqlmlutils\r\nconnection=sqlmlutils.ConnectionInfo(server=\"localhost\",database=\"mydatabase\")\r\nsqlmlutils.SQLPackageManager(connection).install(\"torch\")\r\n```\r\n**The last statement generates this:**\r\n\r\nSTDOUT message(s) from external script:\r\nProcessing c:\\data\\sql\\mssql15.mssqlserver\\mssql\\externallibraries\\5\\2\\1\\_\\pyyamltmp\\pyyaml-5.3.1-cp37-cp37m-win_amd64.whl\r\nInstalling collected packages: PyYAML\r\nSuccessfully installed PyYAML-5.3.1\r\nInstalled package. Cleaning up temporary directories.\r\nCleaned up temporary directory.\r\nPackage successfully installed.\r\nSTDERR message(s) from external script:\r\n  Failed building wheel for torch\r\n  Failed cleaning build dir for torch\r\nCommand \"\"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\python.exe\" -u -c \"import setuptools, tokenize;__file__='C:\\\\Data\\\\SQL\\\\MSSQL15.MSSQLSERVER\\\\MSSQL\\\\ExternalLibraries\\\\5\\\\2\\\\1\\\\_\\\\pip-req-build-nfi11418\\\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" install --record C:\\Data\\SQL\\MSSQL15.MSSQLSERVER\\MSSQL\\ExternalLibraries\\5\\2\\1\\_\\pip-record-qwk33zxf\\install-record.txt --single-version-externally-managed --compile --home=C:\\Data\\SQL\\MSSQL15.MSSQLSERVER\\MSSQL\\ExternalLibraries\\5\\2\\1\\_\\pip-target-qh7puf9o\" failed with error code 1 in C:\\Data\\SQL\\MSSQL15.MSSQLSERVER\\MSSQL\\ExternalLibraries\\5\\2\\1\\_\\pip-req-build-nfi11418\\\r\nSTDOUT message(s) from external script:\r\nProcessing c:\\data\\sql\\mssql15.mssqlserver\\mssql\\externallibraries\\5\\2\\1\\_\\torchtmp\\torch-0.1.2.post2.tar.gz\r\n\r\nBuilding wheels for collected packages: torch\r\n  Running setup.py bdist_wheel for torch: started\r\n  Running setup.py bdist_wheel for torch: finished with status 'error'\r\n  Complete output from command \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\python.exe\" -u -c \"import setuptools, tokenize;__file__='C:\\\\Data\\\\SQL\\\\MSSQL15.MSSQLSERVER\\\\MSSQL\\\\ExternalLibraries\\\\5\\\\2\\\\1\\\\_\\\\pip-req-build-nfi11418\\\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\\r\\n', '\\n');f.close();exec(compile(code, __file__, 'exec'))\" bdist_wheel -d C:\\Data\\SQL\\MSSQL15.MSSQLSERVER\\MSSQL\\ExternalLibraries\\5\\2\\1\\_\\pip-wheel-dvpxe0od --python-tag cp37:\r\n  running bdist_wheel\r\n  running build\r\n  running build_deps\r\n  Traceback (most recent call last):\r\n    File \"\u003cstring\u003e\", line 1, in \u003cmodule\u003e\r\nSTDOUT message(s) from external script:\r\n    File \"C:\\Data\\SQL\\MSSQL15.MSSQLSERVER\\MSSQL\\ExternalLibraries\\5\\2\\1\\_\\pip-req-build-nfi11418\\setup.py\", line 265, in \u003cmodule\u003e\r\n      description=\"Tensors and Dynamic neural networks in Python with strong GPU acceleration\",\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\site-packages\\setuptools\\__init__.py\", line 143, in setup\r\n      return distutils.core.setup(**attrs)\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\core.py\", line 148, in setup\r\n      dist.run_commands()\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\dist.py\", line 966, in run_commands\r\n      self.run_command(cmd)\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\dist.py\", line 985, in run_command\r\n      cmd_obj.run()\r\n\r\nSTDOUT message(s) from external script:\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\site-packages\\wheel\\bdist_wheel.py\", line 188, in run\r\n      self.run_command('build')\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\cmd.py\", line 313, in run_command\r\n      self.distribution.run_command(command)\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\dist.py\", line 985, in run_command\r\n      cmd_obj.run()\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\command\\build.py\", line 135, in run\r\n      self.run_command(cmd_name)\r\n    File \"C:\\Program Files\\Microsoft SQL Server\\MSSQL15.MSSQLSERVER\\PYTHON_SERVICES\\lib\\distutils\\cmd.py\", line 313, in run_command\r\n      self.distribution.run_command(command)\r\nUnable to launch runtime for 'Python' script for request id: FF48E36C-0966-405D-8285-F1D50BA09736. Please check the configuration of the 'Python' runtime.\r\nTraceback (most recent call last):\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\sqlqueryexecutor.py\", line 58, in execute\r\n    self._mssqlconn.execute_non_query(builder.base_script, builder.params)\r\n  File \"src\\_mssql.pyx\", line 1033, in _mssql.MSSQLConnection.execute_non_query\r\n  File \"src\\_mssql.pyx\", line 1061, in _mssql.MSSQLConnection.execute_non_query\r\n  File \"src\\_mssql.pyx\", line 1634, in _mssql.check_and_raise\r\n  File \"src\\_mssql.pyx\", line 1683, in _mssql.maybe_raise_MSSQLDatabaseException\r\n_mssql.MSSQLDatabaseException: (39021, b\"Unable to launch runtime for 'Python' script for request id: FF48E36C-0966-405D-8285-F1D50BA09736. Please check the configuration of the 'Python' runtime.DB-Lib error message 20018, severity 16:\\nGeneral SQL Server error: Check messages from the SQL Server\\n\")\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\packagemanagement\\sqlpackagemanager.py\", line 185, in _install_many\r\n    self._install_single(sqlexecutor, target_package_file, scope, True, out_file=out_file)\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\packagemanagement\\sqlpackagemanager.py\", line 202, in _install_single\r\n    sqlexecutor.execute(builder, out_file=out_file, getResults=False)\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\sqlqueryexecutor.py\", line 61, in execute\r\n    raise RuntimeError(\"Error in SQL Execution\") from e\r\nRuntimeError: Error in SQL Execution\r\n\r\nThe above exception was the direct cause of the following exception:\r\nTraceback (most recent call last):\r\n  File \"\u003cstdin\u003e\", line 1, in \u003cmodule\u003e\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\packagemanagement\\sqlpackagemanager.py\", line 74, in install\r\n    self._install_from_pypi(package, upgrade, version, install_dependencies, scope, out_file=out_file)\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\packagemanagement\\sqlpackagemanager.py\", line 151, in _install_from_pypi\r\n    self._install_from_file(target_package_file, scope, upgrade, out_file=out_file)\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\packagemanagement\\sqlpackagemanager.py\", line 174, in _install_from_file\r\n    self._install_many(target_package_file, dependencies_to_install, scope, out_file=out_file)\r\n  File \"C:\\Program Files\\Microsoft\\PyForMLS\\lib\\site-packages\\sqlmlutils\\packagemanagement\\sqlpackagemanager.py\", line 189, in _install_many\r\n    raise RuntimeError(\"Package installation failed, installed dependencies were rolled back.\") from e\r\nRuntimeError: Package installation failed, installed dependencies were rolled back.","author":{"url":"https://github.com/Jeff-Winchell","@type":"Person","name":"Jeff-Winchell"},"datePublished":"2020-03-22T00:47:55.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/60/sqlmlutils/issues/60"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:755ae1ca-5750-1a36-2d48-b7a3cc9a778b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB5DC:326698:B6FA03:EC75E5:697E083C
html-safe-nonce387d157713b0ab18e46b6f23504be22b586610f2dbab859d9bde19112772bdca
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNURDOjMyNjY5ODpCNkZBMDM6RUM3NUU1OjY5N0UwODNDIiwidmlzaXRvcl9pZCI6IjM4MTg5NzUwOTQ3NjQzNDEzMDgiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac51ad6811c840547601eddd6044efd0539fb5060294855166737f152b42736f95
hovercard-subject-tagissue:585617494
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/microsoft/sqlmlutils/60/issue_layout
twitter:imagehttps://opengraph.githubassets.com/b8f847ca9421f845d9b750951c188b7f1566e617889f7f4e440fe4bdefcf1939/microsoft/sqlmlutils/issues/60
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/b8f847ca9421f845d9b750951c188b7f1566e617889f7f4e440fe4bdefcf1939/microsoft/sqlmlutils/issues/60
og:image:altFrom the PyForMLS subdirectory in a cmd window (Windows 10) I launch python (vs 3.5.2) Then I run these 3 python statements import sqlmlutils connection=sqlmlutils.ConnectionInfo(server="localhost"...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameJeff-Winchell
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/microsoft/sqlmlutils git https://github.com/microsoft/sqlmlutils.git
octolytics-dimension-user_id6154722
octolytics-dimension-user_loginmicrosoft
octolytics-dimension-repository_id150153358
octolytics-dimension-repository_nwomicrosoft/sqlmlutils
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id150153358
octolytics-dimension-repository_network_root_nwomicrosoft/sqlmlutils
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
release7c85641c598ad130c74f7bcc27f58575cac69551
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues/60#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fsqlmlutils%2Fissues%2F60
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmicrosoft%2Fsqlmlutils%2Fissues%2F60
Sign up https://patch-diff.githubusercontent.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=microsoft%2Fsqlmlutils
Reloadhttps://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues/60
Reloadhttps://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues/60
Reloadhttps://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues/60
microsoft https://patch-diff.githubusercontent.com/microsoft
sqlmlutilshttps://patch-diff.githubusercontent.com/microsoft/sqlmlutils
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fsqlmlutils
Fork 31 https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fsqlmlutils
Star 36 https://patch-diff.githubusercontent.com/login?return_to=%2Fmicrosoft%2Fsqlmlutils
Code https://patch-diff.githubusercontent.com/microsoft/sqlmlutils
Issues 13 https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues
Pull requests 1 https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/pulls
Actions https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/actions
Projects 0 https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/projects
Models https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/models
Security 0 https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/security
Insights https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/pulse
Code https://patch-diff.githubusercontent.com/microsoft/sqlmlutils
Issues https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues
Pull requests https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/pulls
Actions https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/actions
Projects https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/projects
Models https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/models
Security https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/security
Insights https://patch-diff.githubusercontent.com/microsoft/sqlmlutils/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/microsoft/sqlmlutils/issues/60
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/microsoft/sqlmlutils/issues/60
Pytorch is not installable using sqlmlutilshttps://patch-diff.githubusercontent.com/microsoft/sqlmlutils/issues/60#top
https://github.com/Jeff-Winchell
https://github.com/Jeff-Winchell
Jeff-Winchellhttps://github.com/Jeff-Winchell
on Mar 22, 2020https://github.com/microsoft/sqlmlutils/issues/60#issue-585617494
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.