
pip install awsebcli 복사해서 패키지를 설치하는 도중에 에러가 떴는데 어떻게 해야 하나요..?
터미널 캡쳐 화면과 아래에 에러 메세지 복사해서 올려두겠습니다ㅜㅜ!


작성한 코드 및 에러 메세지
Stored in directory: /Users/yoobom/Library/Caches/pip/wheels/3e/4c/46/6bbb66a5a15a3fa4e336d680ccc6a4ebd556d087d38945ce17 Building wheel for bcrypt (PEP 517) ... error ERROR: Command errored out with exit status 1: command: /Users/yoobom/Desktop/sparta/projects/05.fan/venv/bin/python3 /Users/yoobom/Desktop/sparta/projects/05.fan/venv/lib/python3.8/site-packages/pip/_vendor/pep517/_in_process.py build_wheel /var/folders/8s/p8k6mggj5jz3mxn6r5l0_k_r0000gn/T/tmpqm_prx1p cwd: /private/var/folders/8s/p8k6mggj5jz3mxn6r5l0_k_r0000gn/T/pip-install-mjt6znre/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.6 platform: macOS-10.16-x86_64-i386-64bit pip: n/a setuptools: 66.1.1 setuptools_rust: 1.5.2 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 Successfully built pynacl Failed to build bcrypt ERROR: Could not build wheels for bcrypt which use PEP 517 and cannot be installed directly WARNING: You are using pip version 20.2.1; however, version 22.3.1 is available. You should consider upgrading via the '/Users/yoobom/Desktop/sparta/projects/05.fan/venv/bin/python3 -m pip install --upgrade pip' command. (venv) yoobom@yubom-ui-MacBookPro deploy %
