... <看更多>
「pip install pycryptodome error」的推薦目錄:
- 關於pip install pycryptodome error 在 [問題] django與firebase連結- 看板Python - 批踢踢實業坊 的評價
- 關於pip install pycryptodome error 在 pyrebase install on windows Python 3.7 fails - Stack Overflow 的評價
- 關於pip install pycryptodome error 在 Installation error with pycryptodome · Issue #299 - GitHub 的評價
- 關於pip install pycryptodome error 在 Unable to install PyCrypto - Android StackExchange 的評價
- 關於pip install pycryptodome error 在 How to Install Pycryptodome (Crypto) in Python 3.9 的評價
pip install pycryptodome error 在 Installation error with pycryptodome · Issue #299 - GitHub 的推薦與評價
Getting following error while trying to install: Running setup.py install for pycryptodome ... AppData\Local\Temp\pip-install-_sg6ine7\pycryptodome\. ... <看更多>
pip install pycryptodome error 在 Unable to install PyCrypto - Android StackExchange 的推薦與評價
I'm installing PyCrypto because it is a dependency of another package. The installation always ends in an error in Termux ( pip install ... ... <看更多>
相關內容
pip install pycryptodome error 在 How to Install Pycryptodome (Crypto) in Python 3.9 的推薦與評價
... <看更多>
pip install pycryptodome error 在 [問題] django與firebase連結- 看板Python - 批踢踢實業坊 的推薦與評價
最近用django
想要與firebase連結
在安裝pyrebase的時候
跑出下列的狀況
Command "python setup.py egg_info" failed with error code 1 in
C:\Users\USER\AppData\Local\Temp\pip-install-rtxo8gut\jws\
看網路解決方法
是更新pip版本及安裝setuptools
但是兩個都做完了還是沒有解決
作業系統是windows10
python 3.71
pip 18.1
在網路找也都是告知這兩個方法而已
另外再多問一下
如果要deploy上firebase
是要傳哪一個檔案上去才能正常運作?
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 118.171.125.175
※ 文章網址: https://www.ptt.cc/bbs/Python/M.1540116121.A.985.html
aiohttp==3.4.4
async-timeout==3.0.1
attrs==18.2.0
chardet==3.0.4
Django==2.1.2
ez-setup==0.9
idna==2.7
multidict==4.4.2
pytz==2018.5
virtualenv==16.0.0
yarl==1.2.6
C:\Users\USER>pip --version
pip 18.1 from
c:\users\user\appdata\local\programs\python\python37-32\lib\site-packages\pip
(python 3.7)
內容全部是這樣子的
※ 編輯: jp956956 (180.217.75.8), 10/22/2018 11:04:04
----------------------------------------------------------------------------
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"C:\Users\USER\AppData\Local\Temp\pip-install-w3sf1hua\jws\setup.py", line
17, in <module>
long_description=read('README.md'),
File
"C:\Users\USER\AppData\Local\Temp\pip-install-w3sf1hua\jws\setup.py", line 5,
in read
return open(os.path.join(os.path.dirname(__file__), fname)).read()
UnicodeDecodeError: 'cp950' codec can't decode byte 0xe2 in position 500:
illegal multibyte sequence
應該是編碼讀取問題...
我要用什麼方法去修改README.md呢?
剛剛用notepad改成utf-8不行
※ 編輯: jp956956 (180.217.75.8), 10/22/2018 11:24:59
※ 編輯: jp956956 (180.217.75.8), 10/22/2018 14:04:52
結果又跑出Failed building wheel for pycryptodome
後來又跑一堆紅字 無法順利安裝...
怎麼windows跑python問題那麼多阿
※ 編輯: jp956956 (118.171.125.175), 10/22/2018 19:55:27
... <看更多>