Install paramiko -- error information

(test) wgz@wgz:~/Desktop/ssh$ pip install --no-index --find-links='.' paramiko

Ignoring indexes: https://pypi.python.org/simpleCollecting paramikoCollecting cryptography>=1.1 (from paramiko)Collecting pyasn1>=0.1.7 (from paramiko)Collecting idna>=2.0 (from cryptography>=1.1->paramiko)Collecting six>=1.4.1 (from cryptography>=1.1->paramiko)Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /home/wgz/.virtualenvs/test/lib/python3.5/site-packages (from cryptography>=1.1->paramiko)Collecting cffi>=1.4.1 (from cryptography>=1.1->paramiko)Collecting pycparser (from cffi>=1.4.1->cryptography>=1.1->paramiko)Building wheels for collected packages: cryptography? Running setup.py bdist_wheel for cryptography ... error? Complete output from command /home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpgxtxi7ehpip-wheel- --python-tag cp35:? Download error on https://pypi.python.org/simple/cffi/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!? Couldn't find index page for 'cffi' (maybe misspelled?)? Download error on https://pypi.python.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!? No local packages or working download links found for cffi>=1.4.1? Traceback (most recent call last):? ? File "", line 1, inFile "/tmp/pip-build-lxp1z12w/cryptography/setup.py", line 334, in**keywords_with_side_effects(sys.argv)? ? File "/usr/lib/python3.5/distutils/core.py", line 108, in setup? ? ? _setup_distribution = dist = klass(attrs)? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 315, in __init__? ? ? self.fetch_build_eggs(attrs['setup_requires'])? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs? ? ? replace_conflicting=True,? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 851, in resolve? ? ? dist = best[req.key] = env.best_match(req, ws, installer)? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1123, in best_match? ? ? return self.obtain(req, installer)? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1135, in obtain? ? ? return installer(requirement)? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 428, in fetch_build_egg? ? ? return cmd.easy_install(req)? ? File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 658, in easy_install? ? ? raise DistutilsError(msg)? distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.4.1')? ? ----------------------------------------? Failed building wheel for cryptography? Running setup.py clean for cryptography? Complete output from command /home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" clean --all:? Download error on https://pypi.python.org/simple/cffi/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!? Couldn't find index page for 'cffi' (maybe misspelled?)? Download error on https://pypi.python.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!? No local packages or working download links found for cffi>=1.4.1? Traceback (most recent call last):? ? File "", line 1, inFile "/tmp/pip-build-lxp1z12w/cryptography/setup.py", line 334, in**keywords_with_side_effects(sys.argv)

File "/usr/lib/python3.5/distutils/core.py", line 108, in setup

_setup_distribution = dist = klass(attrs)

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 315, in __init__

self.fetch_build_eggs(attrs['setup_requires'])

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 361, in fetch_build_eggs

replace_conflicting=True,

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 851, in resolve

dist = best[req.key] = env.best_match(req, ws, installer)

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1123, in best_match

return self.obtain(req, installer)

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1135, in obtain

return installer(requirement)

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/dist.py", line 428, in fetch_build_egg

return cmd.easy_install(req)

File "/home/wgz/.virtualenvs/test/lib/python3.5/site-packages/setuptools/command/easy_install.py", line 658, in easy_install

raise DistutilsError(msg)

distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('cffi>=1.4.1')

----------------------------------------

Failed cleaning build dir for cryptography

Failed to build cryptography

Installing collected packages: idna, pyasn1, six, pycparser, cffi, cryptography, paramiko

Running setup.py install for cryptography ... error

Complete output from command /home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-hvi8n57i-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/wgz/.virtualenvs/test/include/site/python3.5/cryptography:

running install

running build

running build_py

creating build

creating build/lib.linux-x86_64-3.5

creating build/lib.linux-x86_64-3.5/cryptography

copying src/cryptography/__init__.py -> build/lib.linux-x86_64-3.5/cryptography

copying src/cryptography/__about__.py -> build/lib.linux-x86_64-3.5/cryptography

copying src/cryptography/fernet.py -> build/lib.linux-x86_64-3.5/cryptography

copying src/cryptography/exceptions.py -> build/lib.linux-x86_64-3.5/cryptography

copying src/cryptography/utils.py -> build/lib.linux-x86_64-3.5/cryptography

creating build/lib.linux-x86_64-3.5/cryptography/hazmat

copying src/cryptography/hazmat/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat

creating build/lib.linux-x86_64-3.5/cryptography/x509

copying src/cryptography/x509/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/x509

copying src/cryptography/x509/name.py -> build/lib.linux-x86_64-3.5/cryptography/x509

copying src/cryptography/x509/extensions.py -> build/lib.linux-x86_64-3.5/cryptography/x509

copying src/cryptography/x509/general_name.py -> build/lib.linux-x86_64-3.5/cryptography/x509

copying src/cryptography/x509/base.py -> build/lib.linux-x86_64-3.5/cryptography/x509

copying src/cryptography/x509/oid.py -> build/lib.linux-x86_64-3.5/cryptography/x509

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings

copying src/cryptography/hazmat/bindings/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/constant_time.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/serialization.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

copying src/cryptography/hazmat/primitives/keywrap.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends

copying src/cryptography/hazmat/backends/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends

copying src/cryptography/hazmat/backends/interfaces.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends

copying src/cryptography/hazmat/backends/multibackend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl

copying src/cryptography/hazmat/bindings/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl

copying src/cryptography/hazmat/bindings/openssl/binding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl

copying src/cryptography/hazmat/bindings/openssl/_conditional.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/openssl

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/commoncrypto

copying src/cryptography/hazmat/bindings/commoncrypto/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/commoncrypto

copying src/cryptography/hazmat/bindings/commoncrypto/binding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/bindings/commoncrypto

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/interfaces

copying src/cryptography/hazmat/primitives/interfaces/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/interfaces

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor

copying src/cryptography/hazmat/primitives/twofactor/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor

copying src/cryptography/hazmat/primitives/twofactor/totp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor

copying src/cryptography/hazmat/primitives/twofactor/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor

copying src/cryptography/hazmat/primitives/twofactor/hotp.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/twofactor

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers

copying src/cryptography/hazmat/primitives/ciphers/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers

copying src/cryptography/hazmat/primitives/ciphers/algorithms.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers

copying src/cryptography/hazmat/primitives/ciphers/modes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers

copying src/cryptography/hazmat/primitives/ciphers/base.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/ciphers

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

copying src/cryptography/hazmat/primitives/kdf/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

copying src/cryptography/hazmat/primitives/kdf/x963kdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

copying src/cryptography/hazmat/primitives/kdf/kbkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

copying src/cryptography/hazmat/primitives/kdf/concatkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

copying src/cryptography/hazmat/primitives/kdf/pbkdf2.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

copying src/cryptography/hazmat/primitives/kdf/hkdf.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/kdf

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/dh.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/padding.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

copying src/cryptography/hazmat/primitives/asymmetric/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/primitives/asymmetric

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/ciphers.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/backend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/rsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/encode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/ec.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/decode_asn1.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/cmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/dsa.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/utils.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

copying src/cryptography/hazmat/backends/openssl/x509.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/openssl

creating build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

copying src/cryptography/hazmat/backends/commoncrypto/__init__.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

copying src/cryptography/hazmat/backends/commoncrypto/ciphers.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

copying src/cryptography/hazmat/backends/commoncrypto/backend.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

copying src/cryptography/hazmat/backends/commoncrypto/hashes.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

copying src/cryptography/hazmat/backends/commoncrypto/hmac.py -> build/lib.linux-x86_64-3.5/cryptography/hazmat/backends/commoncrypto

running egg_info

writing entry points to src/cryptography.egg-info/entry_points.txt

writing requirements to src/cryptography.egg-info/requires.txt

writing top-level names to src/cryptography.egg-info/top_level.txt

writing src/cryptography.egg-info/PKG-INFO

writing dependency_links to src/cryptography.egg-info/dependency_links.txt

warning: manifest_maker: standard file '-c' not found

reading manifest file 'src/cryptography.egg-info/SOURCES.txt'

reading manifest template 'MANIFEST.in'

no previously-included directories found matching 'docs/_build'

warning: no previously-included files matching '*' found under directory 'vectors'

writing manifest file 'src/cryptography.egg-info/SOURCES.txt'

running build_ext

generating cffi module 'build/temp.linux-x86_64-3.5/_padding.c'

creating build/temp.linux-x86_64-3.5

generating cffi module 'build/temp.linux-x86_64-3.5/_constant_time.c'

generating cffi module 'build/temp.linux-x86_64-3.5/_openssl.c'

building '_openssl' extension

creating build/temp.linux-x86_64-3.5/build

creating build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5

x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5m -I/home/wgz/.virtualenvs/test/include/python3.5m -c build/temp.linux-x86_64-3.5/_openssl.c -o build/temp.linux-x86_64-3.5/build/temp.linux-x86_64-3.5/_openssl.o

build/temp.linux-x86_64-3.5/_openssl.c:433:30: fatal error: openssl/opensslv.h: No such file or directory

compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------

Command "/home/wgz/.virtualenvs/test/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lxp1z12w/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-hvi8n57i-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/wgz/.virtualenvs/test/include/site/python3.5/cryptography" failed with error code 1 in /tmp/pip-build-lxp1z12w/cryptography/

最后編輯于
?著作權歸作者所有,轉載或內容合作請聯(lián)系作者
  • 序言:七十年代末械馆,一起剝皮案震驚了整個濱河市怔接,隨后出現(xiàn)的幾起案子辆琅,更是在濱河造成了極大的恐慌痹换,老刑警劉巖,帶你破解...
    沈念sama閱讀 206,482評論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件铐姚,死亡現(xiàn)場離奇詭異刷喜,居然都是意外死亡,警方通過查閱死者的電腦和手機遭贸,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,377評論 2 382
  • 文/潘曉璐 我一進店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來心软,“玉大人壕吹,你說我怎么就攤上這事∩玖澹” “怎么了耳贬?”我有些...
    開封第一講書人閱讀 152,762評論 0 342
  • 文/不壞的土叔 我叫張陵,是天一觀的道長泳姐。 經常有香客問我效拭,道長,這世上最難降的妖魔是什么胖秒? 我笑而不...
    開封第一講書人閱讀 55,273評論 1 279
  • 正文 為了忘掉前任缎患,我火速辦了婚禮,結果婚禮上阎肝,老公的妹妹穿的比我還像新娘挤渔。我一直安慰自己,他們只是感情好风题,可當我...
    茶點故事閱讀 64,289評論 5 373
  • 文/花漫 我一把揭開白布判导。 她就那樣靜靜地躺著嫉父,像睡著了一般。 火紅的嫁衣襯著肌膚如雪眼刃。 梳的紋絲不亂的頭發(fā)上绕辖,一...
    開封第一講書人閱讀 49,046評論 1 285
  • 那天,我揣著相機與錄音擂红,去河邊找鬼仪际。 笑死,一個胖子當著我的面吹牛昵骤,可吹牛的內容都是我干的树碱。 我是一名探鬼主播,決...
    沈念sama閱讀 38,351評論 3 400
  • 文/蒼蘭香墨 我猛地睜開眼变秦,長吁一口氣:“原來是場噩夢啊……” “哼成榜!你這毒婦竟也來了?” 一聲冷哼從身側響起蹦玫,我...
    開封第一講書人閱讀 36,988評論 0 259
  • 序言:老撾萬榮一對情侶失蹤赎婚,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后钳垮,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體惑淳,經...
    沈念sama閱讀 43,476評論 1 300
  • 正文 獨居荒郊野嶺守林人離奇死亡额港,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內容為張勛視角 年9月15日...
    茶點故事閱讀 35,948評論 2 324
  • 正文 我和宋清朗相戀三年饺窿,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片移斩。...
    茶點故事閱讀 38,064評論 1 333
  • 序言:一個原本活蹦亂跳的男人離奇死亡肚医,死狀恐怖,靈堂內的尸體忽然破棺而出向瓷,到底是詐尸還是另有隱情肠套,我是刑警寧澤,帶...
    沈念sama閱讀 33,712評論 4 323
  • 正文 年R本政府宣布猖任,位于F島的核電站你稚,受9級特大地震影響,放射性物質發(fā)生泄漏朱躺。R本人自食惡果不足惜刁赖,卻給世界環(huán)境...
    茶點故事閱讀 39,261評論 3 307
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望长搀。 院中可真熱鬧宇弛,春花似錦、人聲如沸源请。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,264評論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽。三九已至舅踪,卻和暖如春纽甘,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背抽碌。 一陣腳步聲響...
    開封第一講書人閱讀 31,486評論 1 262
  • 我被黑心中介騙來泰國打工贷腕, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留,地道東北人咬展。 一個月前我還...
    沈念sama閱讀 45,511評論 2 354
  • 正文 我出身青樓泽裳,卻偏偏與公主長得像,于是被迫代替她去往敵國和親破婆。 傳聞我的和親對象是個殘疾皇子涮总,可洞房花燭夜當晚...
    茶點故事閱讀 42,802評論 2 345

推薦閱讀更多精彩內容