91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python入門級報錯的處理方法

發布時間:2021-11-06 17:28:49 來源:億速云 閱讀:145 作者:柒染 欄目:建站服務器

Python入門級報錯的處理方法,相信很多沒有經驗的人對此束手無策,為此本文總結了問題出現的原因和解決方法,通過這篇文章希望你能解決這個問題。

問題1:Missing parentheses in call to 'print'

原因:因為Python2.X和Python3.X不兼容。
我安裝的是Python3.X,但是我試圖運行的卻是Python2.X 的代碼。
所以上面的語法在python3中是錯誤的。在python3中,你需要將print后面的語句加括號,正確的寫法:
print ("hello world")


問題2:創建項目報錯,django-admin startproject sundyblog 
File "c:\users\andy\appdata\local\programs\python\python35-32\lib\site-packages\django\utils\html.py", line 16, in <module>
from .html_parser import HTMLParser, HTMLParseError
File "c:\users\andy\appdata\local\programs\python\python35-32\lib\site-packages\django\utils\html_parser.py", line 12, in <module>
HTMLParseError = _html_parser.HTMLParseError
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'


原因:HTMLParseError在pythons3.5已經沒有了

解決方法:

方法1:將python版本回退到3.3或3.4

方法2:升級django版本
>pip3 install django==1.8 ##升級django版本
C:\Users\andy>django-admin startproject sundyblog ##再次執行,無報錯

問題3: 使用  ImageField  字段建表報錯

C:\Users\andy\sundyblog>python manage.py makemigrations
SystemCheckError: System check identified some issues:

ERRORS:
blog.Article.portal: (fields.E210) Cannot use ImageField because Pillow is not installed.
HINT: Get Pillow at https://pypi.python.org/pypi/Pillow or run command "pip install Pillow".

解決:C:\Users\andy\sundyblog>pip install -i https://pypi.douban.com/simple/ Pillow
Looking in indexes: https://pypi.douban.com/simple/
Collecting Pillow
Downloading https://pypi.doubanio.com/packages/0f/fe/0979c8d6fa0c986e4603e5396904945b44f93ff9e346ee5ffadc7487cff6/Pillow-5.4.1-cp35-cp35m-win32.whl
100% |████████████████████████████████| 1.7MB 351kB/s
Installing collected packages: Pillow
Successfully installed Pillow-5.4.1
You are using pip version 19.0.1, however version 19.0.2 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\andy\sundyblog>python manage.py makemigrations
Migrations for 'blog':
0001_initial.py:
- Create model Article
- Create model Author
- Add field autor to article

C:\Users\andy\sundyblog>

看完上述內容,你們掌握Python入門級報錯的處理方法的方法了嗎?如果還想學到更多技能或想了解更多相關內容,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

泰来县| 沈阳市| 深圳市| 南江县| 贵德县| 厦门市| 乌什县| 汝阳县| 双鸭山市| 盐亭县| 井研县| 松阳县| 苗栗县| 柘城县| 都匀市| 陇南市| 乳源| 根河市| 杭州市| 夏津县| 神农架林区| 辽宁省| 永济市| 昌黎县| 二手房| 嘉荫县| 都兰县| 张北县| 若羌县| 罗田县| 廉江市| 海林市| 宝坻区| 开江县| 大庆市| 双流县| 福安市| 曲松县| 武陟县| 从江县| 镶黄旗|