디시인사이드 갤러리

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

갤러리 본문 영역

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

ㅇㅇ(180.70) 2021.10.06 03:13:53
조회 176 추천 2 댓글 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)



추천 비추천

2

고정닉 0

0

댓글 영역

전체 댓글 0
등록순정렬 기준선택
본문 보기

하단 갤러리 리스트 영역

왼쪽 컨텐츠 영역

갤러리 리스트 영역

갤러리 리스트
번호 말머리 제목 글쓴이 작성일 조회 추천
2863 설문 시세차익 부러워 부동산 보는 눈 배우고 싶은 스타는? 운영자 24/05/27 - -
711 🔎질문 QT 관련 질문 드립니다..(이미지 다시 넣었습니다ㅈㅅㅈㅅ) [1] 코딩새내기(119.201) 21.10.19 333 0
710 🔎질문 형님들 도와주십셔.. [7] oo(117.111) 21.10.19 107 0
709 일반 밑에 엑셀로 고생하는놈 그냥 openpyxl 쓰셈 라댜갤로그로 이동합니다. 21.10.19 126 0
708 🔎질문 csv 파일에 마지막 행 마지막 열에 데이터를 불러오려면 어떻게 해야하나 [17] ㅇㅇ(175.200) 21.10.18 139 0
707 🔎질문 big endian -> little endian 관련 질문입니다 [1] ㅇㅇ(115.143) 21.10.18 57 0
705 🔎질문 Pyinstaller로 .exe 파일 만들면 보안 땜에 공유가 불가능하던 [2] CreamPy(14.39) 21.10.18 447 0
704 🔎질문 굽신굽신 밑에 글남겼던 사람임 [11] ㅇㅇㅇ(61.78) 21.10.18 137 0
702 🔎질문 밑에 질문남겼는데 파일올림 [2] ㅇㅅㅇ(61.78) 21.10.18 113 0
701 🔎질문 파이썬에서 ascii 파일 읽을떄 명령문 이거 맞아?? [1] SaYo갤로그로 이동합니다. 21.10.17 220 0
700 🔎질문 파이썬 과제 도와주십셔,,, ㅜ [2] 00(180.67) 21.10.17 218 0
699 🔎질문 이거왜이럼? [5] ㅇㅇ(125.191) 21.10.17 126 0
698 🔎질문 파이썬에서 변수 값이 바뀔 때 를 코드로 어떻게 작성할까요? 파이썬초보(116.123) 21.10.17 101 0
694 🔎질문 고수님들 도와주십쇼 [6] ㅇㅇ(125.191) 21.10.16 129 0
693 🔎질문 화면 캡처에 ImageGrab.grab() 사용중인데 질문졈... [2] 늅비(211.34) 21.10.16 77 0
692 🔎질문 for문 하나만 질문 좀 [4] ㅇㅇ(121.173) 21.10.16 105 0
691 🔎질문 여러 개의 변수를 묶는데 정수형 또는 부동소수점형태로 묶는 방법이 있나요 [9] ㅇㅇ갤로그로 이동합니다. 21.10.15 108 0
690 🔎질문 파이썬으로 데이터분석 > 머신러닝 공부하는 게 목표인데 [4] 오수(223.62) 21.10.15 441 0
688 🔎질문 .wav로부터 주파수 정보를 수치화하고싶은데요 [3] (101.143) 21.10.14 106 0
687 🔎질문 형님들 질문좀 하겠습니다. ㅇㅇ(110.46) 21.10.13 75 0
686 🔎질문 파이썬 작성할때 그래프랑 계산을 동시에 하는법 없나요?? [2] ㅇㅇ(115.136) 21.10.13 90 0
685 🔎질문 형님들 터미널에서 pip list하면 뜨는 모듈들이 [4] ㅇㅇ(14.37) 21.10.13 113 0
684 🔎질문 파이썬 왜 역행렬을 못구할까요 [1] ㅇㅇ(58.76) 21.10.13 138 0
683 🔎질문 파이썬 과제 질문좀 해도 될까요ㅠㅠㅠ [2] ㅇㅇ(115.136) 21.10.13 178 0
680 🔎질문 아나콘다 파워쉘 프롬프트 질문있습니다 [3] ㅇㅇ(118.220) 21.10.12 90 0
677 🔎질문 횽님들 url 요청해서 redirect 된 response값 얻을수 있을 TazDingo갤로그로 이동합니다. 21.10.11 74 0
676 🔎질문 카카오톡 api 쓰시는분들 계신가요? [1] TazDingo갤로그로 이동합니다. 21.10.11 131 0
675 🔎질문 파이썬 초보 질문들비니다 ㅠㅠ [7] 양갱(218.49) 21.10.11 139 0
674 🔎질문 안드에서 파이썬 쓰려는데 [3] ㅇㅇ(119.71) 21.10.10 109 0
672 🔎질문 파이썬 초보 문제점좀 찾아내주세요.. [11] ㅇㅇ(58.235) 21.10.10 154 0
671 🔎질문 파이썬 과제 좀 도와주세요.... [6] 인간갤로그로 이동합니다. 21.10.10 2160 1
670 🔎질문 리스트에선 요소 2개씩 못가져오나요? [6] ㅇㅇ(115.143) 21.10.10 107 0
669 🔎질문 코드 합치는걸 못하겠습니다. 도와주세요 [5] ㅇㅇ(125.189) 21.10.10 135 0
668 일반 주피터 임베드 테스트 WAH갤로그로 이동합니다. 21.10.09 81 0
666 🔎질문 파이썬에서 루트기호 나타내려면 어떻게해야할까요 [6] 피자좋아(49.173) 21.10.08 187 0
665 🔎질문 Aliasing 이해가 안가요 [19] ㅇㅇ(115.143) 21.10.08 148 0
663 일반 주식 자동매매 한달걸려서 만들었다 ㅜㅜ [3] TazDingo갤로그로 이동합니다. 21.10.07 1678 4
658 🔎질문 파이썬 재밌어요 [2] ㅇㅇ(115.143) 21.10.07 145 0
657 🔎질문 문제상황 [6] ㅇㅇ(124.50) 21.10.06 111 0
656 📘제출 대회 제출 양식 [3] 주넹갤로그로 이동합니다. 21.10.06 130 0
655 일반 파이썬 자유 주제 추천해주실 분 ,, [5] ㅇㅇ(121.190) 21.10.06 533 0
654 📢대회 (첫 대회) 파이썬으로 이미지 차단 뚫기 [8] 주넹갤로그로 이동합니다. 21.10.06 425 1
653 일반 갤 활성화를 위해 코딩 대회나 열까 [3] 주넹갤로그로 이동합니다. 21.10.06 102 0
651 🔎질문 파이썬 배울때 ide 뭐로 시작하는게 좋을까요? [8] ㅇㅇ(115.143) 21.10.06 192 0
🔎질문 파이썬 opencv 설치오류가 나는데 좀 도와주세요 [1] ㅇㅇ(180.70) 21.10.06 176 2
649 일반 아래 문제 [1] pythoner갤로그로 이동합니다. 21.10.05 64 1
647 🔎질문 초보 파이썬 질문있습니다.. [1] 만맨맨갤로그로 이동합니다. 21.10.05 126 0
645 🔎질문 Crawling Open SSL 관련 문제 파이썬어린이(61.72) 21.10.05 261 0
644 🔎질문 미분방정식 푸는 문제인데 [4] ㅇㅇ(183.99) 21.10.05 547 0
643 🔎질문 파이선 name에러 질문입니다ㅠㅠ [2] ㅇㅇ(59.27) 21.10.04 88 0
642 🔎질문 PyQt5 signal 질문점 [4] TazDingo갤로그로 이동합니다. 21.10.04 1295 0
갤러리 내부 검색
제목+내용게시물 정렬 옵션

오른쪽 컨텐츠 영역

실시간 베스트

1/8

뉴스

디시미디어

디시이슈

1/2