커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
pip install awsebcil 터미널에서 실행했는데 오류가 뜹니다!
undefined주차
북마크
송*음
댓글
3
추천
0
조회수
12
조회수
12
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


터미널에 pip install awsebcil을 실행시켰는데 오류가 뜹니다!!!






작성한 코드 및 에러 메세지

ERROR: Command errored out with exit status 1:
   command: '/Users/jungum/Library/Mobile Documents/com~apple~CloudDocs/download/sparta/projects/05.fan/venv/bin/python3' '/Users/jungum/Library/Mobile Documents/com~apple~CloudDocs/download/sparta/projects/05.fan/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py' build_wheel /var/folders/6t/gzykz3_d2756y4s68fhb3l380000gn/T/tmpo2tv824a
       cwd: /private/var/folders/6t/gzykz3_d2756y4s68fhb3l380000gn/T/pip-install-oow5xhcl/bcrypt
  Complete output (58 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.macosx-10.9-x86_64-cpython-38
  creating build/lib.macosx-10.9-x86_64-cpython-38/bcrypt
  copying src/bcrypt/__init__.py -> build/lib.macosx-10.9-x86_64-cpython-38/bcrypt
  copying src/bcrypt/__about__.py -> build/lib.macosx-10.9-x86_64-cpython-38/bcrypt
  running egg_info
  writing src/bcrypt.egg-info/PKG-INFO
  writing dependency_links to src/bcrypt.egg-info/dependency_links.txt
  writing requirements to src/bcrypt.egg-info/requires.txt
  writing top-level names to src/bcrypt.egg-info/top_level.txt
  reading manifest file 'src/bcrypt.egg-info/SOURCES.txt'
  reading manifest template 'MANIFEST.in'
  warning: no previously-included files found matching 'requirements.txt'
  warning: no previously-included files found matching 'release.py'
  warning: no previously-included files found matching 'mypy.ini'
  warning: no previously-included files matching '*' found under directory '.github'
  warning: no previously-included files matching '*' found under directory '.circleci'
  warning: no previously-included files found matching 'src/_bcrypt/target'
  warning: no previously-included files matching '*' found under directory 'src/_bcrypt/target'
  adding license file 'LICENSE'
  writing manifest file 'src/bcrypt.egg-info/SOURCES.txt'
  copying src/bcrypt/_bcrypt.pyi -> build/lib.macosx-10.9-x86_64-cpython-38/bcrypt
  copying src/bcrypt/py.typed -> build/lib.macosx-10.9-x86_64-cpython-38/bcrypt
  running build_ext
  running build_rust
  
      =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install bcrypt:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Ensure you have a recent Rust toolchain installed. bcrypt requires
         rustc >= 1.56.0.
  
      Python: 3.8.2
      platform: macOS-10.16-x86_64-i386-64bit
      pip: n/a
      setuptools: 67.7.2
      setuptools_rust: 1.6.0
      rustc: n/a
      =============================DEBUG ASSISTANCE=============================
  
  error: can't find Rust compiler
  
  If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
  
  To update pip, run:
  
      pip install --upgrade pip
  
  and then retry package installation.
  
  If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
  
  This package requires Rust >=1.56.0.
  ----------------------------------------
  ERROR: Failed building wheel for bcrypt
  Running setup.py clean for bcrypt
  ERROR: Command errored out with exit status 1:
   command: '/Users/jungum/Library/Mobile Documents/com~apple~CloudDocs/download/sparta/projects/05.fan/venv/bin/python3' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/6t/gzykz3_d2756y4s68fhb3l380000gn/T/pip-install-oow5xhcl/bcrypt/setup.py'"'"'; __file__='"'"'/private/var/folders/6t/gzykz3_d2756y4s68fhb3l380000gn/T/pip-install-oow5xhcl/bcrypt/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' clean --all
       cwd: /private/var/folders/6t/gzykz3_d2756y4s68fhb3l380000gn/T/pip-install-oow5xhcl/bcrypt
  Complete output (36 lines):
  running clean
  removing 'build/lib.macosx-10.9-x86_64-cpython-38' (and everything under it)
  'build/bdist.macosx-10.9-x86_64' does not exist -- can't clean it
  'build/scripts-3.8' does not exist -- can't clean it
  removing 'build'
  running clean_rust
  
      =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install bcrypt:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Ensure you have a recent Rust toolchain installed. bcrypt requires
         rustc >= 1.56.0.
  
      Python: 3.8.2
      platform: macOS-10.16-x86_64-i386-64bit
      pip: n/a
      setuptools: 67.7.2
      setuptools_rust: 1.6.0
      rustc: n/a
      =============================DEBUG ASSISTANCE=============================
  
  error: can't find Rust compiler
  
  If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
  
  To update pip, run:
  
      pip install --upgrade pip
  
  and then retry package installation.
  
  If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
  
  This package requires Rust >=1.56.0.
  ----------------------------------------
  ERROR: Failed cleaning build dir for bcrypt
Failed to build bcrypt
ERROR: Could not build wheels for bcrypt which use PEP 517 and cannot be installed directly


취소
 공유
취소
댓글 0
댓글 알림
나의얼굴