• 安装django时出错


    Processing dependencies for Django==3.0.4
    Searching for pytz
    Reading https://pypi.org/simple/pytz/
    Download error on https://pypi.org/simple/pytz/: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。 -- Some packages may not be found!
    Couldn't find index page for 'pytz' (maybe misspelled?)
    Scanning index of all packages (this may take a while)
    Reading https://pypi.org/simple/
    Download error on https://pypi.org/simple/: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试 失败。 -- Some packages may not be found!
    No local packages or working download links found for pytz
    error: Could not find suitable distribution for Requirement.parse('pytz')

    根据提示应该在官网下载 https://pypi.org/simple/pytz/
    pytz-2019.3.tar.gz
    解压到python3中Lib目录下,找到setup.py所在目录
    在命令行下Lib目录下setup.py所在目录,输入python setup.py install
    在这里插入图片描述

    pytz安装成功
    在这里插入图片描述

    在这里插入图片描述
    我在安装Django过程中总共安装了3个其他的(如上图),都是和pytz安装方式相同,安装一个,再回去试试Django安装,再根据提示安装一个,再回去试试Django安装,如此反复,直到出现下图,则表示Django安装成功

    在这里插入图片描述

  • 相关阅读:
    服务器编程
    前端了解
    requests.post( )发送日志
    python---split函数
    Shell等待提示符"#"和"$"
    数据文件格式对读写速度的影响
    指针常量和常量指针的区别
    C++ 类构造函数 & 析构函数
    2016word多级列表 一级标题居中后偏左
    word交叉引用公式编号时和连公式一起引用
  • 原文地址:https://www.cnblogs.com/llb123/p/13398722.html
Copyright © 2020-2023  润新知