安裝出錯,怎么弄
Installed c:\users\an\appdata\local\programs\python\python37-32\lib\site-packages\django-2.2.3-py3.7.egg
Processing dependencies for Django==2.2.3
Searching for sqlparse
Reading https://pypi.org/simple/sqlparse/
Download error on https://pypi.org/simple/sqlparse/: [WinError 10054] 遠(yuǎn)程主機(jī)強迫關(guān)閉了一個現(xiàn)有的連接。 -- Some packages may not be found!
Couldn't find index page for 'sqlparse' (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 10054] 遠(yuǎn)程主機(jī)強迫關(guān)閉了一個現(xiàn)有的連接。 -- Some packages may not be found!
No local packages or working download links found for sqlparse
error: Could not find suitable distribution for Requirement.parse('sqlparse')
2019-07-24
網(wǎng)上有個帖子python安裝第三方組件出現(xiàn)錯誤一般是由于:
這么多安裝錯誤,一是沒有按guide的要求,檢查并補上pre-requisite,二是使用easy_install和source的setup.py,都遇到了c編譯不兼容的問題,而pip可以順利進(jìn)行安裝,以后就用pip了,也不用花時間到處找資源,
我當(dāng)時選擇了重下
2019-07-25
謝謝你?