2017-01-27 19 views
6

Hệ thống của tôi thông số kỹ thuật:

C: \ Users \ Lenovo> conda thông tin conda hiện cài đặt:chuỗi lặp đi lặp lại Weird in để an ủi khi cài đặt gói qua conda

  platform : win-64 
     conda version : 4.3.8 
    conda is private : False 
    conda-env version : 4.3.8 
conda-build version : 1.21.3 
    python version : 3.5.2.final.0 
    requests version : 2.12.4 
    root environment : C:\Anaconda3 (writable) 
default environment : C:\Anaconda3 
    envs directories : C:\Anaconda3\envs 
     package cache : C:\Anaconda3\pkgs 
     channel URLs : https://repo.continuum.io/pkgs/free/win-64 
         https://repo.continuum.io/pkgs/free/noarch 
         https://repo.continuum.io/pkgs/r/win-64 
         https://repo.continuum.io/pkgs/r/noarch 
         https://repo.continuum.io/pkgs/pro/win-64 
         https://repo.continuum.io/pkgs/pro/noarch 
         https://repo.continuum.io/pkgs/msys2/win-64 
         https://repo.continuum.io/pkgs/msys2/noarch 
     config file : None 
     offline mode : False 
     user-agent : conda/4.3.8 requests/2.12.4 CPython/3.5.2 Windows/7 Windows/6.1.7601 

Gần đây khi sau khi cài đặt hoặc cập nhật phần mềm qua conda và đôi khi thậm chí pip các trình tự sau đây được in ra cửa sổ console:

extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 
extern "Python": function Cryptography_locking_cb() called, but @ffi.def_extern(
) was not called in the current subinterpreter. Returning 0. 

Tôi không thể nói cho bạn biết bao nhiêu lần nó được lặp lại Tôi đang chạy console2 và lịch sử lệnh bị cắt sau 300 dòng của tôi. Tôi có thể in toàn bộ nội dung vào một tệp văn bản nếu cần nhưng tôi nghĩ tôi sẽ hỏi trước. Có ai biết điều này là gì hay làm thế nào để sửa chữa nó?

+1

https://github.com/pyca/cryptography/issues/2913 – sundance

+0

Cảm ơn @sundance. Vì vậy, tôi đoán rằng nó phức tạp sửa chữa và câu trả lời là; mọi người đang nghiên cứu về nó. Nếu bạn muốn có một đâm làm cho một bản tóm tắt ngắn gọn của vấn đề tôi sẽ đánh dấu đó là câu trả lời đúng. Có lẽ nó sẽ giúp mọi người cùng một vấn đề xuống đường. –

+1

Tôi có cùng một vấn đề ở nhà, nhưng không phải tại nơi làm việc. –

Trả lời

7

Theo this post, bạn có thể nâng cấp lên Cryptography 1,7 với pip:

pip install --upgrade pip 
pip install cryptography>=1.7 --upgrade 
+0

Bạn có 'Vamei' trong cnblog không ?? – Belter

+2

Xem xét/Ưu tiên 'mật mã cài đặt conda' trong trường hợp bạn đang ở trong anaconda và mật mã <1.7. Điều này chỉ giải quyết được vấn đề trong cài đặt anaconda của tôi với mật mã ban đầu 1.4, bây giờ nâng cấp lên 2.1 – Raf

Các vấn đề liên quan