디시인사이드 갤러리

갤러리 이슈박스, 최근방문 갤러리

갤러리 본문 영역

[🔎질문] 파이썬 opencv 설치오류가 나는데 좀 도와주세요

ㅇㅇ(180.70) 2021.10.06 03:13:53
조회 335 추천 3 댓글 1
														

ERROR: Command errored out with exit status 1:

   command: 'C:\Users\lee\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\lee\AppData\Local\Temp\pip-standalone-pip-v9rym3i4\__env_pip__.zip\pip' install --ignore-installed --no-user --prefix 'C:\Users\lee\AppData\Local\Temp\pip-build-env-0p9arr3_\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple' target="_blank">https://pypi.org/simple -- setuptools wheel scikit-build cmake pip 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.6'"'"' and sys_platform == '"'"'linux'"'"' and platform_machine == '"'"'aarch64'"'"'' 'numpy==1.21.0; python_version>='"'"'3.6'"'"' and sys_platform == '"'"'darwin'"'"' and platform_machine == '"'"'arm64'"'"'' 'numpy==1.14.5; python_version=='"'"'3.7'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' 'numpy==1.17.3; python_version=='"'"'3.8'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.9'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"''

       cwd: None

  Complete output (235 lines):

  Ignoring numpy: markers 'python_version == "3.6" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment

  Ignoring numpy: markers 'python_version >= "3.6" and sys_platform == "linux" and platform_machine == "aarch64"' don't match your environment

  Ignoring numpy: markers 'python_version >= "3.6" and sys_platform == "darwin" and platform_machine == "arm64"' don't match your environment

  Ignoring numpy: markers 'python_version == "3.7" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment

  Ignoring numpy: markers 'python_version == "3.8" and platform_machine != "aarch64" and platform_machine != "arm64"' don't match your environment

  Collecting setuptools

    Using cached setuptools-58.2.0-py3-none-any.whl (946 kB)

  Collecting wheel

    Using cached wheel-0.37.0-py2.py3-none-any.whl (35 kB)

  Collecting scikit-build

    Using cached scikit_build-0.12.0-py2.py3-none-any.whl (73 kB)

  Collecting cmake

    Using cached cmake-3.21.3-py2.py3-none-win_amd64.whl (37.3 MB)

  Collecting pip

    Using cached pip-21.2.4-py3-none-any.whl (1.6 MB)

  Collecting numpy==1.19.3

    Using cached numpy-1.19.3.zip (7.3 MB)

    Installing build dependencies: started

    Installing build dependencies: finished with status 'done'

    Getting requirements to build wheel: started

    Getting requirements to build wheel: finished with status 'done'

      Preparing wheel metadata: started

      Preparing wheel metadata: finished with status 'error'

      ERROR: Command errored out with exit status 1:

       command: 'C:\Users\lee\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\lee\AppData\Local\Temp\tmprsk3andu_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\lee\AppData\Local\Temp\tmpazyatww_'

           cwd: C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68

      Complete output (204 lines):

      setup.py:67: RuntimeWarning: NumPy 1.19.3 may not yet support Python 3.10.

        warnings.warn(

      Running from numpy source directory.

      setup.py:480: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates

        run_build = parse_setuppy_commands()

      C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68\tools\cythonize.py:67: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives

        from distutils.version import LooseVersion

      Processing numpy/random\_bounded_integers.pxd.in

      Processing numpy/random\bit_generator.pyx

      Processing numpy/random\mtrand.pyx

      Processing numpy/random\_bounded_integers.pyx.in

      Processing numpy/random\_common.pyx

      Processing numpy/random\_generator.pyx

      Processing numpy/random\_mt19937.pyx

      Processing numpy/random\_pcg64.pyx

      Processing numpy/random\_philox.pyx

      Processing numpy/random\_sfc64.pyx

      Cythonizing sources

      blas_opt_info:

      blas_mkl_info:

      No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils

      customize MSVCCompiler

        libraries mkl_rt not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      blis_info:

        libraries blis not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      openblas_info:

        libraries openblas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

      get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'

      customize GnuFCompiler

      Could not locate executable g77

      Could not locate executable f77

      customize IntelVisualFCompiler

      Could not locate executable ifort

      Could not locate executable ifl

      customize AbsoftFCompiler

      Could not locate executable f90

      customize CompaqVisualFCompiler

      Could not locate executable DF

      customize IntelItaniumVisualFCompiler

      Could not locate executable efl

      customize Gnu95FCompiler

      Could not locate executable gfortran

      Could not locate executable f95

      customize G95FCompiler

      Could not locate executable g95

      customize IntelEM64VisualFCompiler

      customize IntelEM64TFCompiler

      Could not locate executable efort

      Could not locate executable efc

      customize PGroupFlangCompiler

      Could not locate executable flang

      don't know how to compile Fortran code on platform 'nt'

        NOT AVAILABLE


      atlas_3_10_blas_threads_info:

      Setting PTATLAS=ATLAS

        libraries tatlas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      atlas_3_10_blas_info:

        libraries satlas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      atlas_blas_threads_info:

      Setting PTATLAS=ATLAS

        libraries ptf77blas,ptcblas,atlas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      atlas_blas_info:

        libraries f77blas,cblas,atlas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      accelerate_info:

        NOT AVAILABLE


      C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68\numpy\distutils\system_info.py:1914: UserWarning:

          Optimized (vendor) Blas libraries are not found.

          Falls back to netlib Blas library which has worse performance.

          A better performance should be easily gained by switching

          Blas library.

        if self._calc_info(blas):

      blas_info:

        libraries blas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68\numpy\distutils\system_info.py:1914: UserWarning:

          Blas (http://www.netlib.org/blas/' target="_blank">http://www.netlib.org/blas/) libraries not found.

          Directories to search for the libraries can be specified in the

          numpy/distutils/site.cfg file (section [blas]) or by setting

          the BLAS environment variable.

        if self._calc_info(blas):

      blas_src_info:

        NOT AVAILABLE


      C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68\numpy\distutils\system_info.py:1914: UserWarning:

          Blas (http://www.netlib.org/blas/' target="_blank">http://www.netlib.org/blas/) sources not found.

          Directories to search for the sources can be specified in the

          numpy/distutils/site.cfg file (section [blas_src]) or by setting

          the BLAS_SRC environment variable.

        if self._calc_info(blas):

        NOT AVAILABLE


      non-existing path in 'numpy\\distutils': 'site.cfg'

      lapack_opt_info:

      lapack_mkl_info:

        libraries mkl_rt not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      openblas_lapack_info:

        libraries openblas not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      openblas_clapack_info:

        libraries openblas,lapack not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      flame_info:

        libraries flame not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      atlas_3_10_threads_info:

      Setting PTATLAS=ATLAS

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries tatlas,tatlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries lapack_atlas not found in C:\

        libraries tatlas,tatlas not found in C:\

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

        libraries tatlas,tatlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

      <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>

        NOT AVAILABLE


      atlas_3_10_info:

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries satlas,satlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries lapack_atlas not found in C:\

        libraries satlas,satlas not found in C:\

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

        libraries satlas,satlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

      <class 'numpy.distutils.system_info.atlas_3_10_info'>

        NOT AVAILABLE


      atlas_threads_info:

      Setting PTATLAS=ATLAS

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries ptf77blas,ptcblas,atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries lapack_atlas not found in C:\

        libraries ptf77blas,ptcblas,atlas not found in C:\

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

        libraries ptf77blas,ptcblas,atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

      <class 'numpy.distutils.system_info.atlas_threads_info'>

        NOT AVAILABLE


      atlas_info:

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries f77blas,cblas,atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\lib

        libraries lapack_atlas not found in C:\

        libraries f77blas,cblas,atlas not found in C:\

        libraries lapack_atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

        libraries f77blas,cblas,atlas not found in C:\Users\lee\AppData\Local\Programs\Python\Python310\libs

      <class 'numpy.distutils.system_info.atlas_info'>

        NOT AVAILABLE


      lapack_info:

        libraries lapack not found in ['C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\lib', 'C:\\', 'C:\\Users\\lee\\AppData\\Local\\Programs\\Python\\Python310\\libs']

        NOT AVAILABLE


      C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68\numpy\distutils\system_info.py:1748: UserWarning:

          Lapack (http://www.netlib.org/lapack/' target="_blank">http://www.netlib.org/lapack/) libraries not found.

          Directories to search for the libraries can be specified in the

          numpy/distutils/site.cfg file (section [lapack]) or by setting

          the LAPACK environment variable.

        return getattr(self, '_calc_info_{}'.format(name))()

      lapack_src_info:

        NOT AVAILABLE


      C:\Users\lee\AppData\Local\Temp\pip-install-ck27wkyr\numpy_17c6778fd0d243ed82739965f5b6da68\numpy\distutils\system_info.py:1748: UserWarning:

          Lapack (http://www.netlib.org/lapack/' target="_blank">http://www.netlib.org/lapack/) sources not found.

          Directories to search for the sources can be specified in the

          numpy/distutils/site.cfg file (section [lapack_src]) or by setting

          the LAPACK_SRC environment variable.

        return getattr(self, '_calc_info_{}'.format(name))()

        NOT AVAILABLE


      numpy_linalg_lapack_lite:

        FOUND:

          language = c

          define_macros = [('HAVE_BLAS_ILP64', None), ('BLAS_SYMBOL_SUFFIX', '64_')]


      C:\Users\lee\AppData\Local\Programs\Python\Python310\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'

        warnings.warn(msg)

      running dist_info

      running build_src

      build_src

      building py_modules sources

      creating build

      creating build\src.win-amd64-3.10

      creating build\src.win-amd64-3.10\numpy

      creating build\src.win-amd64-3.10\numpy\distutils

      building library "npymath" sources

      error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

      ----------------------------------------

  WARNING: Discarding https://files.pythonhosted.org/packages/cb/c0/7b3d69e6ee68bc54c97ba51f8c3c3e43ff1dbc7bd97347cc19a1f944e60a/numpy-1.19.3.zip#sha256=35bf5316af8dc7c7db1ad45bec603e5fb28671beb98ebd1d65e8059efcfd3b72 (from https://pypi.org/simple' target="_blank">https://pypi.org/simple/numpy/) (requires-python:>=3.6). Command errored out with exit status 1: 'C:\Users\lee\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\lee\AppData\Local\Temp\tmprsk3andu_in_process.py' prepare_metadata_for_build_wheel 'C:\Users\lee\AppData\Local\Temp\tmpazyatww_' Check the logs for full command output.

  ERROR: Could not find a version that satisfies the requirement numpy==1.19.3 (from versions: 1.3.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.8.1, 1.8.2, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.10.0.post2, 1.10.1, 1.10.2, 1.10.4, 1.11.0, 1.11.1, 1.11.2, 1.11.3, 1.12.0, 1.12.1, 1.13.0rc1, 1.13.0rc2, 1.13.0, 1.13.1, 1.13.3, 1.14.0rc1, 1.14.0, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.14.5, 1.14.6, 1.15.0rc1, 1.15.0rc2, 1.15.0, 1.15.1, 1.15.2, 1.15.3, 1.15.4, 1.16.0rc1, 1.16.0rc2, 1.16.0, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.16.6, 1.17.0rc1, 1.17.0rc2, 1.17.0, 1.17.1, 1.17.2, 1.17.3, 1.17.4, 1.17.5, 1.18.0rc1, 1.18.0, 1.18.1, 1.18.2, 1.18.3, 1.18.4, 1.18.5, 1.19.0rc1, 1.19.0rc2, 1.19.0, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.19.5, 1.20.0rc1, 1.20.0rc2, 1.20.0, 1.20.1, 1.20.2, 1.20.3, 1.21.0rc1, 1.21.0rc2, 1.21.0, 1.21.1, 1.21.2)

  ERROR: No matching distribution found for numpy==1.19.3

  ----------------------------------------

WARNING: Discarding https://files.pythonhosted.org/packages/88/ed/87ee6dd3f3f578e1120ef38026b93aa4e78d30f0dc86f703b77bc971cd5c/opencv-contrib-python-4.5.3.56.tar.gz#sha256=c14a3330d34768f9fffc852066a0a8c3da7ed4220f4f54bce5ce7fae3ece9613 (from https://pypi.org/simple' target="_blank">https://pypi.org/simple/opencv-contrib-python/) (requires-python:>=3.6). Command errored out with exit status 1: 'C:\Users\lee\AppData\Local\Programs\Python\Python310\python.exe' 'C:\Users\lee\AppData\Local\Temp\pip-standalone-pip-v9rym3i4\__env_pip__.zip\pip' install --ignore-installed --no-user --prefix 'C:\Users\lee\AppData\Local\Temp\pip-build-env-0p9arr3_\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple' target="_blank">https://pypi.org/simple -- setuptools wheel scikit-build cmake pip 'numpy==1.13.3; python_version=='"'"'3.6'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.6'"'"' and sys_platform == '"'"'linux'"'"' and platform_machine == '"'"'aarch64'"'"'' 'numpy==1.21.0; python_version>='"'"'3.6'"'"' and sys_platform == '"'"'darwin'"'"' and platform_machine == '"'"'arm64'"'"'' 'numpy==1.14.5; python_version=='"'"'3.7'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' 'numpy==1.17.3; python_version=='"'"'3.8'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' 'numpy==1.19.3; python_version>='"'"'3.9'"'"' and platform_machine != '"'"'aarch64'"'"' and platform_machine != '"'"'arm64'"'"'' Check the logs for full command output.

  Using cached opencv-contrib-python-4.5.2.52.tar.gz (149.7 MB)



추천 비추천

3

고정닉 0

0

댓글 영역

전체 댓글 0
본문 보기

하단 갤러리 리스트 영역

왼쪽 컨텐츠 영역

갤러리 리스트 영역

갤러리 리스트
번호 말머리 제목 글쓴이 작성일 조회 추천
- 설문 영포티룩도 멋지게 소화할 것 같은 40대 스타는? 운영자 25/10/27 - -
- AD 할로윈 슈퍼위크~!! 운영자 25/10/23 - -
663 일반 주식 자동매매 한달걸려서 만들었다 ㅜㅜ [4] TazDingo갤로그로 이동합니다. 21.10.07 5496 5
658 🔎질문 파이썬 재밌어요 [2] ㅇㅇ(115.143) 21.10.07 205 0
657 🔎질문 문제상황 [6] ㅇㅇ(124.50) 21.10.06 150 0
656 📘제출 대회 제출 양식 [3] 주넹갤로그로 이동합니다. 21.10.06 175 0
655 일반 파이썬 자유 주제 추천해주실 분 ,, [5] ㅇㅇ(121.190) 21.10.06 669 0
654 📢대회 (첫 대회) 파이썬으로 이미지 차단 뚫기 [8] 주넹갤로그로 이동합니다. 21.10.06 491 1
653 일반 갤 활성화를 위해 코딩 대회나 열까 [3] 주넹갤로그로 이동합니다. 21.10.06 150 0
651 🔎질문 파이썬 배울때 ide 뭐로 시작하는게 좋을까요? [8] ㅇㅇ(115.143) 21.10.06 248 0
🔎질문 파이썬 opencv 설치오류가 나는데 좀 도와주세요 [1] ㅇㅇ(180.70) 21.10.06 335 3
649 일반 아래 문제 [1] pythoner갤로그로 이동합니다. 21.10.05 104 1
647 🔎질문 초보 파이썬 질문있습니다.. [1] 만맨맨갤로그로 이동합니다. 21.10.05 169 0
645 🔎질문 Crawling Open SSL 관련 문제 파이썬어린이(61.72) 21.10.05 324 0
644 🔎질문 미분방정식 푸는 문제인데 [4] ㅇㅇ(183.99) 21.10.05 658 0
643 🔎질문 파이선 name에러 질문입니다ㅠㅠ [2] ㅇㅇ(59.27) 21.10.04 128 0
642 🔎질문 PyQt5 signal 질문점 [4] TazDingo갤로그로 이동합니다. 21.10.04 1516 0
640 🔎질문 이거 왜 자꾸 에러 뜨냐? [11] ㅇㅇ(112.153) 21.10.04 164 0
633 🔎질문 스플릿함수 관련 [2] ㅇㅇ(14.43) 21.10.02 124 0
632 🔎질문 파이썬으로 한문으로 된 시에서 단어나 글자의 빈도수를 계산하는 거 가능? [5] ㅇㅇ(121.128) 21.10.01 229 0
631 일반 파이썬 프로젝트 추천좀 [3] ㅇㅇ(211.117) 21.10.01 437 0
629 🔎질문 피그라틴어 숙제 도움 앙망문 [2] 파린이(1.251) 21.10.01 248 0
628 🔎질문 Jupyter notebook line magic 에러 어떻게 해결함?? 구리갤로그로 이동합니다. 21.09.30 816 0
626 🔎질문 이것좀 봐주세요 [3] ㅇㅇ(121.132) 21.09.30 162 0
625 일반 감사합니당 [3] ㅇㅇ(118.235) 21.09.30 118 0
618 🔎질문 이거 왜 안되는 거임? [1] ㅇㅇ(211.244) 21.09.29 441 0
617 🔎질문 파이썬 과제인데 도움좀 주실분 ㅜ [2] 00(180.67) 21.09.28 243 0
616 🔎질문 형님들 파이썬 xml 데이터 긁어와서 excel에 찍어낼 수 있나요? [1] ㅇㅇ(211.34) 21.09.28 143 0
614 🔎질문 subprocess 질문 ㅇㅇ(121.142) 21.09.28 124 0
613 일반 해답을 보는 것도 공부가 되는듯 [2] ㅇㅇ(211.117) 21.09.28 153 0
612 🔎질문 파이썬 크롤링한 내용 카톡에 일정한 주기로 메시지 오게 할 수 있나요? [2] ㅇㅇ(211.34) 21.09.27 223 0
611 🔎질문 초딩수준) 진부분집합 확인여부 [2] ㅇㅇ(219.254) 21.09.27 156 0
609 🔎질문 혹시 이런 방식은 못하나요 [2] ㅇㅇ(122.35) 21.09.26 140 0
608 🔎질문 전자과인데 어떻게해야되지 [4] 망치(59.27) 21.09.24 244 0
607 일반 블록체인기술 갤러리 홍보왔습니다 [1] 시립전전컴갤로그로 이동합니다. 21.09.23 142 1
606 🔎질문 댓글 크롤링 하는 중인데 초보라서 방법을 모르겠습니다.. [3] ㅇㅇ(180.71) 21.09.23 1270 1
605 🔎질문 시간 비교가 안돼오.. [2] 초보에오(211.223) 21.09.22 141 0
604 🔎질문 셀레니움으로 디씨 글을 순차적으로 열려고 하는데요 [1] ㅇㅇ(210.100) 21.09.22 195 0
603 🔎질문 selenium으로 크롤링할때 정보 못가져오는 동적페이지 있을수있음? ㅇㅇ(39.7) 21.09.22 330 0
602 🔎질문 키보드로부터 입력받는다는 말이 대체 무슨말이야...ㅠㅠㅠㅠㅠㅠ [1] ㅇㅇ(49.142) 21.09.21 138 0
601 📚정보 (__init__, self, super) ㅇㅇ갤로그로 이동합니다. 21.09.19 165 2
600 🔎질문 자꾸 else에서 오류나는데 왜이런가요... [2] ㅇㅇ(59.1) 21.09.19 184 0
599 📚정보 if __name__ == "__main__": ㅇㅇ갤로그로 이동합니다. 21.09.19 162 2
598 🔎질문 파이썬 좆같은 GPU cuda 시발새끼 [4] ㅇㅇ(47.13) 21.09.19 574 0
597 🔎질문 파딱 pythoner 봐줭.. [2] ㅇㅇ(1.252) 21.09.19 293 0
596 🔎질문 형들 파이썬 텍스트 파일... [1] ㅇㅇ(149.149) 21.09.18 153 0
595 🔎질문 아톰 편집기 쓰는 파린이인데 이 오류는 어떻게 해결함? [2] ㅇㅇ(220.86) 21.09.17 3169 0
594 🔎질문 도와줘 [3] ㅇㅇ(1.252) 21.09.17 140 1
593 🔎질문 비주얼스튜디오처럼 함수쓰고 탭누르면 커서 오른쪽으로 가는거 없음? [3] ㅇㅇ(117.111) 21.09.16 147 0
592 🔎질문 백준문제 파이썬으로 풀어도되냐 [3] ㅇㅇ(1.228) 21.09.15 242 0
589 🔎질문 형들 디스코드 봇 파이썬 질문좀 (211.201) 21.09.14 145 0
588 🔎질문 아톰 편집기 쓰는 분들 계시나요? [1] ㅇㅇ(1.230) 21.09.13 148 0
갤러리 내부 검색
제목+내용게시물 정렬 옵션

오른쪽 컨텐츠 영역

실시간 베스트

1/8

디시미디어

디시이슈

1/2