第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

pip install web.py 安裝失敗

我 的Python 版本3.4


錯(cuò)誤信息如下

Collecting web.py
? Using cached web.py-0.38.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\lcqbug\AppData\Local\Temp\pip-build-pw5glk26\web.py\setup.p
y", line 6, in <module>
??????? from web import __version__
????? File "C:\Users\lcqbug\AppData\Local\Temp\pip-build-pw5glk26\web.py\web\__i
nit__.py", line 14, in <module>
??????? import utils, db, net, wsgi, http, webapi, httpserver, debugerror
??? ImportError: No module named 'utils'

??? ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\lcqbug\A
ppData\Local\Temp\pip-build-pw5glk26\web.py\

正在回答

4 回答

Get Started

web.py 0.39 is the latest released version of web.py. You can install it by running:

pip?install?web.py

The above version only supports Python 2. If you looking for Python 3 support, try the experimental version.

pip?install?web.py==0.40-dev1

Or to get the latest development version from git:

git?clone?git://github.com/webpy/webpy.git
ln?-s?`pwd`/webpy/web?.


0 回復(fù) 有任何疑惑可以回復(fù)我~

pip uninstall web.py? ?卸載

pip install web.py==0.40.dev0?

修改Lib\site-packages\web?下的utils.py文件。
將第526行的

yield?next(seq)1

修改為

try:
????yield?next(seq)
except?StopIteration:
????return


0 回復(fù) 有任何疑惑可以回復(fù)我~

pip install web.py==0.40.dev0? 完美解決

4 回復(fù) 有任何疑惑可以回復(fù)我~
錯(cuò)誤代碼1
文件位置問題
設(shè)置一下環(huán)境變量


0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消
python-web.py開發(fā)入門
  • 參與學(xué)習(xí)       58634    人
  • 解答問題       118    個(gè)

web.py開發(fā)入門入門教程,講解一個(gè)你最快能學(xué)會(huì)的web開發(fā)的框架

進(jìn)入課程

pip install web.py 安裝失敗

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)