편집 기록

편집 기록
  • 프로필 nowp님의 편집
    날짜2021.03.22

    cryptography 파이썬 3.8에 설치 하기


    오프라인 증말 힘듭니다. 고수님

    일단 인터넷이 되는 PC에서 cryptography를 정상 설치 및 사용 잘 하고 있습니다. (파이썬 3.6 버젼 cryptography-3.4.6.tar.gz 파일을 사용하 것 같음)

    관련 패키지를 정상 다운 받아 오프라인 망에 저장 하고 기타 의존 되는 패키지 모든 것을 잘 설치 했습니다. 마지막으로 cryptography-3.4.6.tar.gz 설치 했는데 에러 납니다. (오프라인 망은 파이썬 3.8 인데 위 패키지 다운 받을 때 wheel 파일은 3.7 까지 밖에 없음) 정확한 파일을 설치 해야 하나요? 파이썬을 다시 3.6d로 하면 될까요?

    아래 에러 내용입니다.

    error: Setup script exited with error : can't find Rust compiler
    If you are using an outdated pip version, it is possible a prebuilt is availble 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 enure it is on the PATH during installing. Alternatively, rustup (available at https://rustup.rs) is the recommended to download and update the Rust compiler toolchain.
    
    This package requires Rust >=1.41.0.
    
  • 프로필 김종석님의 편집
    날짜2021.03.22

    cryptography 파이썬 3.8에 설치 하기


    오프라인 증말 힘듭니다. 고수님

    일단 인터넷이 되는 PC에서 cryptography를 정상 설치 및 사용 잘 하고 있습니다. (파이썬 3.6 버젼 cryptography-3.4.6.tar.gz 파일을 사용하 것 같음)

    관련 패키지를 정상 다운 받아 오프라인 망에 저장 하고 기타 의존 되는 패키지 모든 것을 잘 설치 했습니다. 마지막으로 cryptography-3.4.6.tar.gz 설치 했는데 에러 납니다. (오프라인 망은 파이썬 3.8 인데 위 패키지 다운 받을 때 wheel 파일은 3.7 까지 밖에 없음) 정확한 파일을 설치 해야 하나요? 파이썬을 다시 3.6d로 하면 될까요?

    아래 에러 내용입니다.

    error: Setup script exited with error : can't find Rust compiler If you are using an outdated pip version, it is possible a prebuilt is availble 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 enure it is on the PATH during installing. Alternatively, rustup (available at https://rustup.rs) is the recommended to download and update the Rust compiler toolchain.

    This package requires Rust >=1.41.0.