Python 3 - 无法安装' Crypt'模块成功

时间:2017-06-04 06:30:12

标签: python-3.x crypt

我无法下载并安装“地下室”。模块。
我正在使用Windows10操作系统和Python版本 - Python 3.6.1

我尝试了以下内容 -

C:\>py -m pip install crypt  
Collecting crypt  
  Using cached crypt-1.4.1.tar.gz  
    Complete output from command python setup.py egg_info:  
    Traceback (most recent call last):  
      File "<string>", line 1, in <module>  
      File "C:\Users\User01\AppData\Local\Temp\pip-build-_mkl3ie0\crypt  \setup.py", line 582  
        s.connect((base64.b64decode(rip), 017620))  
                                               ^
    SyntaxError: invalid token  

    ----------------------------------------  
Command "python setup.py egg_info" failed with error code 1 in C:\Users  \User01\AppData\Local\Temp\pip-build-_mkl3ie0\crypt\  

我安装了以下模块。

C:\>py -m pip list --format=columns

Package         Version  

certifi --        2017.4.17  
chardet --        3.0.3  
crypto  --        1.4.1  
ez-setup --       0.9  
idna --           2.5  
Naked --          0.1.31  
nmap --           0.0.1  
pip --            9.0.1  
python-nmap --    0.6.1  
PyYAML --         3.12  
requests --       2.17.3  
setuptools --     36.0.1  
shellescape --    3.4.1  
urllib3 --        1.21.1  

我将非常感谢您对我的问题的任何指示。提前致谢。

0 个答案:

没有答案