René's URL Explorer Experiment


Title: Installation fail? · Issue #1 · UsingNet/nvcodec-python · GitHub

Open Graph Title: Installation fail? · Issue #1 · UsingNet/nvcodec-python

X Title: Installation fail? · Issue #1 · UsingNet/nvcodec-python

Description: Hi, I am trying to install nvcodec-python using pip3 install pynvcodec but getting follow error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip...

Open Graph Description: Hi, I am trying to install nvcodec-python using pip3 install pynvcodec but getting follow error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptool...

X Description: Hi, I am trying to install nvcodec-python using pip3 install pynvcodec but getting follow error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setup...

Opengraph URL: https://github.com/UsingNet/nvcodec-python/issues/1

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Installation fail?","articleBody":"Hi, \r\nI am trying to install nvcodec-python using  pip3 install pynvcodec\r\nbut getting follow error \r\n\r\n```\r\nERROR: Command errored out with exit status 1:\r\n   command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/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 /tmp/pip-wheel-brzhijz7\r\n       cwd: /tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/\r\n  Complete output (18 lines):\r\n  running bdist_wheel\r\n  running build\r\n  running build_ext\r\n  mkdir -p build/tests\r\n  mkdir -p build/lib\r\n  nvcc -DCUDNN  --compiler-options \"-fPIC -lstdc++ -pthread -lm\" -c src/cuvid/Utils/ColorSpace.cu -o build/lib/libcolor_space.a\r\n  building 'nvcodec' extension\r\n  creating build/temp.linux-x86_64-3.6\r\n  creating build/temp.linux-x86_64-3.6/src\r\n  creating build/temp.linux-x86_64-3.6/src/cuvid\r\n  creating build/temp.linux-x86_64-3.6/src/cuvid/NvDecoder\r\n  creating build/temp.linux-x86_64-3.6/src/cuvid/NvEncoder\r\n  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc -Isrc/cuvid -I/usr/local/cuda/include -I/usr/include/python3.6m -c nvcodec-python.cpp -o build/temp.linux-x86_64-3.6/nvcodec-python.o\r\n  nvcodec-python.cpp:9:10: fatal error: numpy/arrayobject.h: No existe el archivo o el directorio\r\n   #include \u003cnumpy/arrayobject.h\u003e\r\n            ^~~~~~~~~~~~~~~~~~~~~\r\n  compilation terminated.\r\n  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1\r\n  ----------------------------------------\r\n  ERROR: Failed building wheel for pynvcodec\r\n  Running setup.py clean for pynvcodec\r\nFailed to build pynvcodec\r\nInstalling collected packages: pynvcodec\r\n    Running setup.py install for pynvcodec ... error\r\n    ERROR: Command errored out with exit status 1:\r\n     command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/setup.py'\"'\"';f=getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__);code=f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' install --record /tmp/pip-record-xzsy4hlb/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6/pynvcodec\r\n         cwd: /tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/\r\n    Complete output (18 lines):\r\n    running install\r\n    running build\r\n    running build_ext\r\n    mkdir -p build/tests\r\n    mkdir -p build/lib\r\n    nvcc -DCUDNN  --compiler-options \"-fPIC -lstdc++ -pthread -lm\" -c src/cuvid/Utils/ColorSpace.cu -o build/lib/libcolor_space.a\r\n    building 'nvcodec' extension\r\n    creating build/temp.linux-x86_64-3.6\r\n    creating build/temp.linux-x86_64-3.6/src\r\n    creating build/temp.linux-x86_64-3.6/src/cuvid\r\n    creating build/temp.linux-x86_64-3.6/src/cuvid/NvDecoder\r\n    creating build/temp.linux-x86_64-3.6/src/cuvid/NvEncoder\r\n    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -Isrc -Isrc/cuvid -I/usr/local/cuda/include -I/usr/include/python3.6m -c nvcodec-python.cpp -o build/temp.linux-x86_64-3.6/nvcodec-python.o\r\n    nvcodec-python.cpp:9:10: fatal error: numpy/arrayobject.h: No existe el archivo o el directorio\r\n     #include \u003cnumpy/arrayobject.h\u003e\r\n              ^~~~~~~~~~~~~~~~~~~~~\r\n    compilation terminated.\r\n    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1\r\n    ----------------------------------------\r\nERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '\"'\"'/tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/setup.py'\"'\"'; __file__='\"'\"'/tmp/pip-install-_6qoob7a/pynvcodec_f921b7bb823244d4a8992d6bfb54d1dc/setup.py'\"'\"';f=getattr(tokenize, '\"'\"'open'\"'\"', open)(__file__);code=f.read().replace('\"'\"'\\r\\n'\"'\"', '\"'\"'\\n'\"'\"');f.close();exec(compile(code, __file__, '\"'\"'exec'\"'\"'))' install --record /tmp/pip-record-xzsy4hlb/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6/pynvcodec Check the logs for full command output.\r\n\r\n```\r\n\r\nI am using Ubuntu 18.04, with python 3.6 and cuda version of 11.1, with  Tesla V4 GPUs. \r\n","author":{"url":"https://github.com/rizwanishaq","@type":"Person","name":"rizwanishaq"},"datePublished":"2021-04-12T07:09:23.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":5},"url":"https://github.com/1/nvcodec-python/issues/1"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2480445b-2bc1-bdc6-3f4e-aef7661973d8
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9B5A:86A71:73EBEF:907971:69913CE5
html-safe-noncec26d13590eea6d171960c58278f0bc290f20674a1124ab3e303677a96eda6f23
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QjVBOjg2QTcxOjczRUJFRjo5MDc5NzE6Njk5MTNDRTUiLCJ2aXNpdG9yX2lkIjoiODQzMTMzOTA0ODAxMDg1NzcwMSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac067d70235ad870661e2173256380984790fbeea39c8e89df722b05fd9124457a
hovercard-subject-tagissue:855632643
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/UsingNet/nvcodec-python/1/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5facb83412bc46dad1240b18188360679dd15279b5d88985d6eb4a5d0ff8c511/UsingNet/nvcodec-python/issues/1
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5facb83412bc46dad1240b18188360679dd15279b5d88985d6eb4a5d0ff8c511/UsingNet/nvcodec-python/issues/1
og:image:altHi, I am trying to install nvcodec-python using pip3 install pynvcodec but getting follow error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptool...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamerizwanishaq
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/UsingNet/nvcodec-python git https://github.com/UsingNet/nvcodec-python.git
octolytics-dimension-user_id23328403
octolytics-dimension-user_loginUsingNet
octolytics-dimension-repository_id355603481
octolytics-dimension-repository_nwoUsingNet/nvcodec-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id355603481
octolytics-dimension-repository_network_root_nwoUsingNet/nvcodec-python
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
release848bc6032dcc93a9a7301dcc3f379a72ba13b96e
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UsingNet/nvcodec-python/issues/1#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUsingNet%2Fnvcodec-python%2Fissues%2F1
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%2FUsingNet%2Fnvcodec-python%2Fissues%2F1
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=UsingNet%2Fnvcodec-python
Reloadhttps://github.com/UsingNet/nvcodec-python/issues/1
Reloadhttps://github.com/UsingNet/nvcodec-python/issues/1
Reloadhttps://github.com/UsingNet/nvcodec-python/issues/1
UsingNet https://github.com/UsingNet
nvcodec-pythonhttps://github.com/UsingNet/nvcodec-python
Notifications https://github.com/login?return_to=%2FUsingNet%2Fnvcodec-python
Fork 5 https://github.com/login?return_to=%2FUsingNet%2Fnvcodec-python
Star 21 https://github.com/login?return_to=%2FUsingNet%2Fnvcodec-python
Code https://github.com/UsingNet/nvcodec-python
Issues 7 https://github.com/UsingNet/nvcodec-python/issues
Pull requests 1 https://github.com/UsingNet/nvcodec-python/pulls
Actions https://github.com/UsingNet/nvcodec-python/actions
Projects 0 https://github.com/UsingNet/nvcodec-python/projects
Security 0 https://github.com/UsingNet/nvcodec-python/security
Insights https://github.com/UsingNet/nvcodec-python/pulse
Code https://github.com/UsingNet/nvcodec-python
Issues https://github.com/UsingNet/nvcodec-python/issues
Pull requests https://github.com/UsingNet/nvcodec-python/pulls
Actions https://github.com/UsingNet/nvcodec-python/actions
Projects https://github.com/UsingNet/nvcodec-python/projects
Security https://github.com/UsingNet/nvcodec-python/security
Insights https://github.com/UsingNet/nvcodec-python/pulse
New issuehttps://github.com/login?return_to=https://github.com/UsingNet/nvcodec-python/issues/1
New issuehttps://github.com/login?return_to=https://github.com/UsingNet/nvcodec-python/issues/1
Installation fail?https://github.com/UsingNet/nvcodec-python/issues/1#top
https://github.com/rizwanishaq
https://github.com/rizwanishaq
rizwanishaqhttps://github.com/rizwanishaq
on Apr 12, 2021https://github.com/UsingNet/nvcodec-python/issues/1#issue-855632643
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.