René's URL Explorer Experiment


Title: langversion 6 is not recognized with msbuild or csc compiler in VS 2017 · Issue #539 · pythonnet/pythonnet · GitHub

Open Graph Title: langversion 6 is not recognized with msbuild or csc compiler in VS 2017 · Issue #539 · pythonnet/pythonnet

X Title: langversion 6 is not recognized with msbuild or csc compiler in VS 2017 · Issue #539 · pythonnet/pythonnet

Description: CSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default Click to expand python setup.py install running install running bdist_egg running egg_info writing pythonnet.egg-info\PKG-INFO writing top-...

Open Graph Description: CSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default Click to expand python setup.py install running install running bdist_egg running egg_info writing ...

X Description: CSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default Click to expand python setup.py install running install running bdist_egg running egg_info ...

Opengraph URL: https://github.com/pythonnet/pythonnet/issues/539

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"langversion 6 is not recognized with msbuild or csc compiler in VS 2017","articleBody":"CSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default \r\n\r\n\u003cdetails\u003e\r\n  \u003csummary\u003eClick to expand\u003c/summary\u003e\r\n\r\n```\r\npython setup.py install\r\nrunning install\r\nrunning bdist_egg\r\nrunning egg_info\r\nwriting pythonnet.egg-info\\PKG-INFO\r\nwriting top-level names to pythonnet.egg-info\\top_level.txt\r\nwriting dependency_links to pythonnet.egg-info\\dependency_links.txt\r\nreading manifest file 'pythonnet.egg-info\\SOURCES.txt'\r\nwriting manifest file 'pythonnet.egg-info\\SOURCES.txt'\r\ninstalling library code to build\\bdist.win32\\egg\r\nrunning install_lib\r\nrunning build_ext\r\nChecking for updates from https://www.nuget.org/api/v2/.\r\nCurrently running NuGet.exe 4.3.0.\r\nNuGet.exe is up to date.\r\nMSBuild auto-detection: using msbuild version '15.3.409.57025' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\MSBuild\\15.0\\bin'.\r\nAll packages listed in packages.config are already installed.\r\nScanning for projects...\r\nMSBuild auto-detection: using msbuild version '15.3.409.57025' from 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Professional\\MSBuild\\15.0\\bin'.\r\nFound 2 projects with a packages.config file. (clrmodule.csproj, Python.EmbeddingTest.csproj)\r\nFeeds used:\r\n  https://api.nuget.org/v3/index.json\r\n  C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\\r\n\r\n\r\n\r\nAttempting to gather dependency information for multiple packages with respect to project 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\src\\clrmodule\\clrmodule.csproj', targeting '.NETFramework,Version=v4.0'\r\nGathering dependency information took 694.65 ms\r\nAttempting to resolve dependencies for multiple packages.\r\nResolving dependency information took 0 ms\r\nResolving actions install multiple packages\r\nResolution was successful but resulted in no action\r\nThere are no new updates available.\r\nNo package updates are available from the current package source for project 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\src\\clrmodule\\clrmodule.csproj'.\r\nExecuting nuget actions took 5.2 ms\r\nFeeds used:\r\n  https://api.nuget.org/v3/index.json\r\n  C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\\r\n\r\n\r\n\r\nAttempting to gather dependency information for multiple packages with respect to project 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\src\\embed_tests\\Python.EmbeddingTest.csproj', targeting '.NETFramework,Version=v4.0'\r\nGathering dependency information took 180.1 ms\r\nAttempting to resolve dependencies for multiple packages.\r\nResolving dependency information took 0 ms\r\nResolving actions install multiple packages\r\nRetrieving package 'NUnit 3.8.1' from 'nuget.org'.\r\nRetrieving package 'NUnit.ConsoleRunner 3.7.0' from 'nuget.org'.\r\n  GET https://api.nuget.org/v3-flatcontainer/nunit/3.8.1/nunit.3.8.1.nupkg\r\n  GET https://api.nuget.org/v3-flatcontainer/nunit.consolerunner/3.7.0/nunit.consolerunner.3.7.0.nupkg\r\nRemoved package 'NUnit.ConsoleRunner 3.6.0' from 'packages.config'\r\nSuccessfully uninstalled 'NUnit.ConsoleRunner 3.6.0' from Python.EmbeddingTest.csproj\r\n  OK https://api.nuget.org/v3-flatcontainer/nunit.consolerunner/3.7.0/nunit.consolerunner.3.7.0.nupkg 52ms\r\nInstalling NUnit.ConsoleRunner 3.7.0.\r\nRemoved package 'NUnit 3.6.0' from 'packages.config'\r\nSuccessfully uninstalled 'NUnit 3.6.0' from Python.EmbeddingTest.csproj\r\n  OK https://api.nuget.org/v3-flatcontainer/nunit/3.8.1/nunit.3.8.1.nupkg 144ms\r\nInstalling NUnit 3.8.1.\r\nAdding package 'NUnit.3.8.1' to folder 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\packages'\r\nAdded package 'NUnit.3.8.1' to folder 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\packages'\r\nAdded package 'NUnit.3.8.1' to 'packages.config'\r\nSuccessfully installed 'NUnit 3.8.1' to Python.EmbeddingTest.csproj\r\nAdding package 'NUnit.ConsoleRunner.3.7.0', which only has tools group, to project 'Python.EmbeddingTest.csproj'\r\nAdding package 'NUnit.ConsoleRunner.3.7.0' to folder 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\packages'\r\nAdded package 'NUnit.ConsoleRunner.3.7.0' to folder 'C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\packages'\r\nAdded package 'NUnit.ConsoleRunner.3.7.0' to 'packages.config'\r\nSuccessfully installed 'NUnit.ConsoleRunner 3.7.0' to Python.EmbeddingTest.csproj\r\nExecuting nuget actions took 1.61 sec\r\nMicrosoft (R) Manifest Tool version 10.0.10011.16384\r\nCopyright (c) Microsoft Corporation 2012.\r\nAll rights reserved.\r\nMicrosoft (R) Build Engine version 4.7.2046.0\r\n[Microsoft .NET Framework, version 4.0.30319.42000]\r\nCopyright (C) Microsoft Corporation. All rights reserved.\r\n\r\nMicrosoft (R) Build Engine version 4.7.2046.0\r\n[Microsoft .NET Framework, version 4.0.30319.42000]\r\nCopyright (C) Microsoft Corporation. All rights reserved.\r\n\r\nCSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default [C:\\Users\\denis.akhiy\r\narov\\Downloads\\pythonnet\\src\\runtime\\Python.Runtime.csproj]\r\nCSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default [C:\\Users\\denis.akhiy\r\narov\\Downloads\\pythonnet\\src\\clrmodule\\clrmodule.csproj]\r\nTraceback (most recent call last):\r\n  File \"setup.py\", line 417, in \u003cmodule\u003e\r\n    zip_safe=False,\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\core.py\", line 151, in setup\r\n    dist.run_commands()\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\dist.py\", line 953, in run_commands\r\n    self.run_command(cmd)\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"C:\\Python\\Python27-32\\lib\\site-packages\\setuptools\\command\\install.py\", line 67, in run\r\n    self.do_egg_install()\r\n  File \"C:\\Python\\Python27-32\\lib\\site-packages\\setuptools\\command\\install.py\", line 109, in do_egg_install\r\n    self.run_command('bdist_egg')\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\cmd.py\", line 326, in run_command\r\n    self.distribution.run_command(command)\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"C:\\Python\\Python27-32\\lib\\site-packages\\setuptools\\command\\bdist_egg.py\", line 161, in run\r\n    cmd = self.call_command('install_lib', warn_dir=0)\r\n  File \"C:\\Python\\Python27-32\\lib\\site-packages\\setuptools\\command\\bdist_egg.py\", line 147, in call_command\r\n    self.run_command(cmdname)\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\cmd.py\", line 326, in run_command\r\n    self.distribution.run_command(command)\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\command\\install_lib.py\", line 92, in run\r\n    self.build()\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\command\\install_lib.py\", line 111, in build\r\n    self.run_command('build_ext')\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\cmd.py\", line 326, in run_command\r\n    self.distribution.run_command(command)\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\command\\build_ext.py\", line 340, in run\r\n    self.build_extensions()\r\n  File \"C:\\Python\\Python27-32\\lib\\distutils\\command\\build_ext.py\", line 449, in build_extensions\r\n    self.build_extension(ext)\r\n  File \"setup.py\", line 225, in build_extension\r\n    subprocess.check_call(\" \".join(cmd + [\"/t:Build\"]), shell=use_shell)\r\n  File \"C:\\Python\\Python27-32\\lib\\subprocess.py\", line 186, in check_call\r\n    raise CalledProcessError(retcode, cmd)\r\nsubprocess.CalledProcessError: Command '\"C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\msbuild.exe\" pythonnet.sln /p:Configuration=ReleaseWin /p:Platform=x86 /p:DefineConstants=\"PYTHON27%3BPYTHON2%3BUCS2\" /p:PythonBuildDir=\"C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\build\\lib.win32-2.7\" /p:PythonInteropFile=\"interop27.cs\" /verbosity:minimal /p:PythonManifest=\"C:\\Users\\denis.akhiyarov\\Downloads\\pythonnet\\build\\lib.win32-2.7\\app.manifest\" /t:Build' returned non-zero exit status 1\r\n```\r\n\u003c/details\u003e","author":{"url":"https://github.com/den-run-ai","@type":"Person","name":"den-run-ai"},"datePublished":"2017-09-11T16:37:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/539/pythonnet/issues/539"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:0ca0935e-6ba6-e634-bab0-55073552a890
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id942E:1462F2:2A2D8BE:3A33EA2:6972A95F
html-safe-nonce262ce6e9c5be675425e5aea559519bec77b77693914efe5cf4fd8dbb18304e66
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDJFOjE0NjJGMjoyQTJEOEJFOjNBMzNFQTI6Njk3MkE5NUYiLCJ2aXNpdG9yX2lkIjoiMTk3Mjk3NjM5NTY3NTY3MTk5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaca18595957419d75ba50dfa72a1a0a7ed3f59fa2efc876c664b7162410d0da522
hovercard-subject-tagissue:256767581
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/pythonnet/pythonnet/539/issue_layout
twitter:imagehttps://opengraph.githubassets.com/ef5e1917d29a7413064e5caac308f6d54c4fe909db3c683c27c3e74a5cd31a50/pythonnet/pythonnet/issues/539
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/ef5e1917d29a7413064e5caac308f6d54c4fe909db3c683c27c3e74a5cd31a50/pythonnet/pythonnet/issues/539
og:image:altCSC : error CS1617: Invalid option '6' for /langversion; must be ISO-1, ISO-2, 3, 4, 5 or Default Click to expand python setup.py install running install running bdist_egg running egg_info writing ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameden-run-ai
hostnamegithub.com
expected-hostnamegithub.com
Noneae357919e9cc5fb635a01c9a2cc530478d3ac85f55090215eb70e1beca3385ac
turbo-cache-controlno-preview
go-importgithub.com/pythonnet/pythonnet git https://github.com/pythonnet/pythonnet.git
octolytics-dimension-user_id6050430
octolytics-dimension-user_loginpythonnet
octolytics-dimension-repository_id14748123
octolytics-dimension-repository_nwopythonnet/pythonnet
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id14748123
octolytics-dimension-repository_network_root_nwopythonnet/pythonnet
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
release625f1bd9f76a617a9c0729e2de91edb56b6ce42f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/issues/539#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fissues%2F539
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%2Fpythonnet%2Fpythonnet%2Fissues%2F539
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=pythonnet%2Fpythonnet
Reloadhttps://github.com/pythonnet/pythonnet/issues/539
Reloadhttps://github.com/pythonnet/pythonnet/issues/539
Reloadhttps://github.com/pythonnet/pythonnet/issues/539
pythonnet https://github.com/pythonnet
pythonnethttps://github.com/pythonnet/pythonnet
Notifications https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Fork 770 https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Star 5.4k https://github.com/login?return_to=%2Fpythonnet%2Fpythonnet
Code https://github.com/pythonnet/pythonnet
Issues 155 https://github.com/pythonnet/pythonnet/issues
Pull requests 18 https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects 0 https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security 0 https://github.com/pythonnet/pythonnet/security
Insights https://github.com/pythonnet/pythonnet/pulse
Code https://github.com/pythonnet/pythonnet
Issues https://github.com/pythonnet/pythonnet/issues
Pull requests https://github.com/pythonnet/pythonnet/pulls
Discussions https://github.com/pythonnet/pythonnet/discussions
Actions https://github.com/pythonnet/pythonnet/actions
Projects https://github.com/pythonnet/pythonnet/projects
Wiki https://github.com/pythonnet/pythonnet/wiki
Security https://github.com/pythonnet/pythonnet/security
Insights https://github.com/pythonnet/pythonnet/pulse
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/539
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/539
langversion 6 is not recognized with msbuild or csc compiler in VS 2017https://github.com/pythonnet/pythonnet/issues/539#top
https://github.com/den-run-ai
https://github.com/den-run-ai
den-run-aihttps://github.com/den-run-ai
on Sep 11, 2017https://github.com/pythonnet/pythonnet/issues/539#issue-256767581
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.