René's URL Explorer Experiment


Title: Mac / Centos6.9 / Ubuntu install pythonnet failed · Issue #502 · pythonnet/pythonnet · GitHub

Open Graph Title: Mac / Centos6.9 / Ubuntu install pythonnet failed · Issue #502 · pythonnet/pythonnet

X Title: Mac / Centos6.9 / Ubuntu install pythonnet failed · Issue #502 · pythonnet/pythonnet

Description: Environment Pythonnet version: python net-2.3.0 Python version: python2.7 Operating System: Mac / Centos6.9 / Ubuntu 16.04 Details Install pythonnet on Mac / Centos6.9 / Ubuntu16.04 error running install running bdist_egg running egg_inf...

Open Graph Description: Environment Pythonnet version: python net-2.3.0 Python version: python2.7 Operating System: Mac / Centos6.9 / Ubuntu 16.04 Details Install pythonnet on Mac / Centos6.9 / Ubuntu16.04 error running i...

X Description: Environment Pythonnet version: python net-2.3.0 Python version: python2.7 Operating System: Mac / Centos6.9 / Ubuntu 16.04 Details Install pythonnet on Mac / Centos6.9 / Ubuntu16.04 error running i...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Mac / Centos6.9 / Ubuntu install pythonnet failed","articleBody":"### Environment\r\n\r\n-   Pythonnet version: python net-2.3.0\r\n-   Python version: python2.7\r\n-   Operating System: Mac / Centos6.9 / Ubuntu 16.04\r\n\r\n### Details\r\n\r\n-   Install pythonnet on Mac / Centos6.9 / Ubuntu16.04\r\n\r\n    \r\n\r\n-  error\r\n\r\n```\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.macosx-10.12-x86_64/egg\r\nrunning install_lib\r\nrunning build_ext\r\n正在检查来自 https://www.nuget.org/api/v2/ 的更新。\r\n当前正在运行 NuGet.exe 4.1.0。\r\nNuGet.exe 是最新的。\r\nMSBuild auto-detection: using msbuild version '15.0' from '/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/msbuild/15.0/bin/'.\r\npackages.config 中列出的所有程序包均已安装。\r\n\r\n\u003e\u003e\u003e\u003e xbuild tool is deprecated and will be removed in future updates, use msbuild instead \u003c\u003c\u003c\u003c\r\n\r\nXBuild Engine Version 14.0\r\nMono, Version 5.0.1.0\r\nCopyright (C) 2005-2013 Various Mono authors\r\n\r\n\u003e\u003e\u003e\u003e xbuild tool is deprecated and will be removed in future updates, use msbuild instead \u003c\u003c\u003c\u003c\r\n\r\nXBuild Engine Version 14.0\r\nMono, Version 5.0.1.0\r\nCopyright (C) 2005-2013 Various Mono authors\r\n\t\tConfiguration: ReleaseMono Platform: x64\r\n\tConfiguration: ReleaseMono Platform: x64\r\n/Users/kevin/repositories/pythonnet-2.3.0/src/testing/Python.Test.csproj: error : Error executing task Copy: Error converting Property named 'SourceFiles' with value '$(TargetAssemblyPdb)' to type Microsoft.Build.Framework.ITaskItem[]: Can't concatenate Item list with other strings where an item list is expected ('@(_OutDirItem-\u003e'%(FullPath)')', 'Python.Test.pdb'). Use semi colon to separate items.\r\n\tConfiguration: ReleaseMono Platform: x64\r\ndynamic.cs(121,28): warning CS0618: 'PythonEngine.RunString(string, IntPtr?, IntPtr?)' is obsolete: 'RunString is deprecated and will be removed. Use Exec/Eval/RunSimpleString instead.'\r\nTestPythonEngineProperties.cs(171,17): warning CS0162: Unreachable code detected\r\n/Users/kevin/repositories/pythonnet-2.3.0/src/embed_tests/Python.EmbeddingTest.csproj: error : Error executing task Copy: Error converting Property named 'SourceFiles' with value '$(TargetAssemblyPdb)' to type Microsoft.Build.Framework.ITaskItem[]: Can't concatenate Item list with other strings where an item list is expected ('@(_OutDirItem-\u003e'%(FullPath)')', 'Python.EmbeddingTest.pdb'). Use semi colon to separate items.\r\nConfiguration: ReleaseMono Platform: x64\r\nTraceback (most recent call last):\r\n  File \"setup.py\", line 405, in \u003cmodule\u003e\r\n    zip_safe=False,\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py\", line 151, in setup\r\n    dist.run_commands()\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py\", line 953, in run_commands\r\n    self.run_command(cmd)\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"/usr/local/lib/python2.7/site-packages/setuptools/command/install.py\", line 67, in run\r\n    self.do_egg_install()\r\n  File \"/usr/local/lib/python2.7/site-packages/setuptools/command/install.py\", line 109, in do_egg_install\r\n    self.run_command('bdist_egg')\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py\", line 326, in run_command\r\n    self.distribution.run_command(command)\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"/usr/local/lib/python2.7/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 \"/usr/local/lib/python2.7/site-packages/setuptools/command/bdist_egg.py\", line 147, in call_command\r\n    self.run_command(cmdname)\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py\", line 326, in run_command\r\n    self.distribution.run_command(command)\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_lib.py\", line 92, in run\r\n    self.build()\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install_lib.py\", line 111, in build\r\n    self.run_command('build_ext')\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py\", line 326, in run_command\r\n    self.distribution.run_command(command)\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py\", line 972, in run_command\r\n    cmd_obj.run()\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py\", line 340, in run\r\n    self.build_extensions()\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py\", line 449, in build_extensions\r\n    self.build_extension(ext)\r\n  File \"setup.py\", line 222, in build_extension\r\n    subprocess.check_call(\" \".join(cmd + [\"/t:Build\"]), shell=use_shell)\r\n  File \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py\", line 186, in check_call\r\n    raise CalledProcessError(retcode, cmd)\r\nsubprocess.CalledProcessError: Command 'xbuild pythonnet.sln /p:Configuration=ReleaseMono /p:Platform=x64 /p:DefineConstants=\"PYTHON27,PYTHON2,UCS2,MONO_OSX,PYTHON_WITHOUT_ENABLE_SHARED\" /p:PythonBuildDir=\"/Users/kevin/repositories/pythonnet-2.3.0/build/lib.macosx-10.12-x86_64-2.7\" /p:PythonInteropFile=\"interop27.cs\" /verbosity:minimal /t:Build' returned non-zero exit status 1\r\n```\r\n- I have read the Issue #471 , modify Python.Runtime.csproj\r\n```\r\n\u003cImport Project=\"$(MSBuildBinPath)\\Microsoft.CSHARP.Targets\" /\u003e\r\n  \u003cPropertyGroup\u003e\r\n    \u003cTargetAssembly\u003e$(TargetPath)\u003c/TargetAssembly\u003e\r\n    \u003cTargetAssemblyPdb\u003e$(TargetPath).pdb\u003c/TargetAssemblyPdb\u003e\r\n  \u003c/PropertyGroup\u003e\r\n  \u003cTarget Name=\"AfterBuild\"\u003e\r\n    \u003cCopy SourceFiles=\"$(TargetAssembly)\" DestinationFolder=\"$(PythonBuildDir)\" /\u003e\r\n    \u003cCopy SourceFiles=\"$(TargetAssemblyPdb)\" Condition=\"Exists('$(TargetAssemblyPdb)')\" DestinationFolder=\"$(PythonBuildDir)\" /\u003e\r\n  \u003c/Target\u003e\r\n```","author":{"url":"https://github.com/kevin0107","@type":"Person","name":"kevin0107"},"datePublished":"2017-06-21T02:18:47.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/502/pythonnet/issues/502"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a966b025-d82b-1f0b-274b-f578c1cff041
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC25A:EF5D6:2935B58:39CB1F2:69710379
html-safe-nonce2d51fab29794836eb01916048a79636da8325249fb95b2f776b27f033cfad9a2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMjVBOkVGNUQ2OjI5MzVCNTg6MzlDQjFGMjo2OTcxMDM3OSIsInZpc2l0b3JfaWQiOiI1NTAzODQwNTY5NzAxNDk5NzY5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac61b6d0c892b70530d58a784ab655e2cc169b41b2fa73364b83d9730001f54abd
hovercard-subject-tagissue:237396389
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/502/issue_layout
twitter:imagehttps://opengraph.githubassets.com/48167d44b1553d3d38e5bd702341ae83be8bab47d4931f7e147d606418b421de/pythonnet/pythonnet/issues/502
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/48167d44b1553d3d38e5bd702341ae83be8bab47d4931f7e147d606418b421de/pythonnet/pythonnet/issues/502
og:image:altEnvironment Pythonnet version: python net-2.3.0 Python version: python2.7 Operating System: Mac / Centos6.9 / Ubuntu 16.04 Details Install pythonnet on Mac / Centos6.9 / Ubuntu16.04 error running i...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekevin0107
hostnamegithub.com
expected-hostnamegithub.com
None2d17fd2bbd784dc91f3a78a2f1d2c41d9f4f8ce86136d09833e3cf21b2bde1b7
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
releasee053d923fb27a9d948f8cefae8ba3bf43f7b938f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/pythonnet/pythonnet/issues/502#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpythonnet%2Fpythonnet%2Fissues%2F502
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%2F502
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/502
Reloadhttps://github.com/pythonnet/pythonnet/issues/502
Reloadhttps://github.com/pythonnet/pythonnet/issues/502
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 Uh oh! There was an error while loading. Please reload this page. https://github.com/pythonnet/pythonnet/security
Please reload this pagehttps://github.com/pythonnet/pythonnet/issues/502
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/502
New issuehttps://github.com/login?return_to=https://github.com/pythonnet/pythonnet/issues/502
Mac / Centos6.9 / Ubuntu install pythonnet failedhttps://github.com/pythonnet/pythonnet/issues/502#top
https://github.com/kevin0107
https://github.com/kevin0107
kevin0107https://github.com/kevin0107
on Jun 21, 2017https://github.com/pythonnet/pythonnet/issues/502#issue-237396389
Fixing Travis CI for mono 5.0 #471https://github.com/pythonnet/pythonnet/pull/471
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.