ERROR: Cannot determine archive format of PyQt5


(base) C:\Users\deaokylin>conda env list
# conda environments:
#
base                  *  d:\ProgramData\Anaconda3
dotensor                 d:\ProgramData\Anaconda3\envs\dotensor


(base) C:\Users\deaokylin>conda activate dotensor

(dotensor) C:\Users\deaokylin>pip install pyinstaller
Collecting pyinstaller
  Downloading pyinstaller-4.0.tar.gz (3.5 MB)
     |█                               | 112 kB 2.6 kB/s eta 0:21:19
ERROR: Operation cancelled by user

(dotensor) C:\Users\deaokylin>pip install pyinstaller   -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting pyinstaller
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/82/96/21ba3619647bac2b34b4996b2dbbea8e74a703767ce24192899d9153c058/pyinstaller-4.0.tar.gz (3.5 MB)
     |████████████████████████████████| 3.5 MB 1.1 MB/s
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
    Preparing wheel metadata ... done
Collecting pefile>=2017.8.1; sys_platform == "win32"
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/36/58/acf7f35859d541985f0a6ea3c34baaefbfaee23642cf11e85fe36453ae77/pefile-2019.4.18.tar.gz (62 kB)
     |████████████████████████████████| 62 kB 68 kB/s
Requirement already satisfied: setuptools in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from pyinstaller) (36.4.0)
Collecting altgraph
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/ee/3d/bfca21174b162f6ce674953f1b7a640c1498357fa6184776029557c25399/altgraph-0.17-py2.py3-none-any.whl (21 kB)
Collecting pywin32-ctypes>=0.2.0; sys_platform == "win32"
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/9e/4b/3ab2720f1fa4b4bc924ef1932b842edf10007e4547ea8157b0b9fc78599a/pywin32_ctypes-0.2.0-py2.py3-none-any.whl (28 kB)
Collecting pyinstaller-hooks-contrib>=2020.6
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d8/c8/78cbee6bb0337b723cd57c11924566026fb7762f9999abccca3ccd0b8651/pyinstaller_hooks_contrib-2020.8-py2.py3-none-any.whl (159 kB)
     |████████████████████████████████| 159 kB 1.7 MB/s
Requirement already satisfied: future in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from pefile>=2017.8.1; sys_platform == "win32"->pyinstaller) (0.16.0)
Building wheels for collected packages: pyinstaller, pefile
  Building wheel for pyinstaller (PEP 517) ... done
  Created wheel for pyinstaller: filename=pyinstaller-4.0-py3-none-any.whl size=2789243 sha256=0f008fc586f72a393a16ccf56a4cbdbcb370ab4106668013406073348a1ede8c
  Stored in directory: c:\users\deaokylin\appdata\local\pip\cache\wheels\d1\12\69\37daf1688a0c60785e1ec8dfa864aa56e16a94cd3c5e316ae0
  Building wheel for pefile (setup.py) ... done
  Created wheel for pefile: filename=pefile-2019.4.18-py3-none-any.whl size=61327 sha256=cf04060fa2b99e707a594839c37938e33beaa4dbc090332726d4c00082fb12a6
  Stored in directory: c:\users\deaokylin\appdata\local\pip\cache\wheels\35\b5\51\aa7b31a7c5e64c5800e9910fc4582ccbb8cdc698434946f967
Successfully built pyinstaller pefile
Installing collected packages: pefile, altgraph, pywin32-ctypes, pyinstaller-hooks-contrib, pyinstaller
Successfully installed altgraph-0.17 pefile-2019.4.18 pyinstaller-4.0 pyinstaller-hooks-contrib-2020.8 pywin32-ctypes-0.2.0

(dotensor) C:\Users\deaokylin>pip install PyMySql   -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting PyMySql
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1a/ea/dd9c81e2d85efd03cfbf808736dd055bd9ea1a78aea9968888b1055c3263/PyMySQL-0.10.1-py2.py3-none-any.whl (47 kB)
     |████████████████████████████████| 47 kB 274 kB/s
Installing collected packages: PyMySql
Successfully installed PyMySql-0.10.1

(dotensor) C:\Users\deaokylin>pip list
Package                   Version
------------------------- ------------
altgraph                  0.17
backports.weakref         1.0rc1
backtrader                1.9.76.123
bleach                    1.5.0
certifi                   2020.6.20
click                     7.1.2
cligj                     0.5.0
cycler                    0.10.0
future                    0.16.0
html5lib                  0.9999999
Jinja2                    2.11.2
joblib                    0.16.0
kiwisolver                1.2.0
lxml                      4.5.2
Markdown                  2.6.9
MarkupSafe                1.1.1
matplotlib                3.3.1
numpy                     1.15.4
olefile                   0.44
pandas                    1.1.2
pefile                    2019.4.18
Pillow                    7.2.0
pip                       20.2.3
prettytable               0.7.2
protobuf                  3.2.0
pyecharts                 0.1.9.4
pyinstaller               4.0
pyinstaller-hooks-contrib 2020.8
PyMySQL                   0.10.1
pyparsing                 2.4.7
python-dateutil           2.8.1
python-pptx               0.6.18
pytz                      2020.1
pywin32-ctypes            0.2.0
reportgen                 0.1.8
scikit-learn              0.23.2
scipy                     1.5.2
seaborn                   0.11.0
setuptools                36.4.0
simplejson                3.17.2
six                       1.10.0
sklearn                   0.0
tensorflow                1.2.1
threadpoolctl             2.1.0
vtk                       -PKG-VERSION
web.py                    0.40.dev0
Werkzeug                  0.12.2
wheel                     0.29.0
wincertstore              0.2
xlrd                      1.2.0
XlsxWriter                1.3.3

(dotensor) C:\Users\deaokylin>pip install Flask   -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting Flask
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/28/2a03252dfb9ebf377f40fba6a7841b47083260bf8bd8e737b0c6952df83f/Flask-1.1.2-py2.py3-none-any.whl (94 kB)
     |████████████████████████████████| 94 kB 110 kB/s
Collecting Werkzeug>=0.15
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/cc/94/5f7079a0e00bd6863ef8f1da638721e9da21e5bacee597595b318f71d62e/Werkzeug-1.0.1-py2.py3-none-any.whl (298 kB)
     |████████████████████████████████| 298 kB 2.2 MB/s
Requirement already satisfied: click>=5.1 in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from Flask) (7.1.2)
Requirement already satisfied: Jinja2>=2.10.1 in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from Flask) (2.11.2)
Collecting itsdangerous>=0.24
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl (16 kB)
Requirement already satisfied: MarkupSafe>=0.23 in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from Jinja2>=2.10.1->Flask) (1.1.1)
Installing collected packages: Werkzeug, itsdangerous, Flask
  Attempting uninstall: Werkzeug
    Found existing installation: Werkzeug 0.12.2
    Uninstalling Werkzeug-0.12.2:
      Successfully uninstalled Werkzeug-0.12.2
Successfully installed Flask-1.1.2 Werkzeug-1.0.1 itsdangerous-1.1.0

(dotensor) C:\Users\deaokylin>pip install qtpython   -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
ERROR: Could not find a version that satisfies the requirement qtpython (from versions: none)
ERROR: No matching distribution found for qtpython

(dotensor) C:\Users\deaokylin>pip install  PyQt5  https://pypi.tuna.tsinghua.edu.cn/simple
Collecting https://pypi.tuna.tsinghua.edu.cn/simple
  Downloading https://pypi.tuna.tsinghua.edu.cn/simple (14.0 MB)
     |████████████████████████████████| 14.0 MB 1.3 MB/s
  ERROR: Cannot unpack file C:\Users\DEAOKY~1\AppData\Local\Temp\pip-unpack-13my0fg8\simple (downloaded from C:\Users\DEAOKY~1\AppData\Local\Temp\pip-req-build-hrgp19ud, content-type: text/html; charset=utf-8); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\DEAOKY~1\AppData\Local\Temp\pip-req-build-hrgp19ud

(dotensor) C:\Users\deaokylin>pip install  PyQt5  https://pypi.tuna.tsinghua.edu.cn/simple    --trusted-host  pypi.tuna.tsinghua.edu.cn
Collecting https://pypi.tuna.tsinghua.edu.cn/simple
  Downloading https://pypi.tuna.tsinghua.edu.cn/simple (13.3 MB)
     |████████████████████████████████| 13.3 MB 726 kB/s
  ERROR: Cannot unpack file C:\Users\DEAOKY~1\AppData\Local\Temp\pip-unpack-1y4e7tx2\simple.htm (downloaded from C:\Users\DEAOKY~1\AppData\Local\Temp\pip-req-build-0vij850l, content-type: text/html); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\DEAOKY~1\AppData\Local\Temp\pip-req-build-0vij850l

(dotensor) C:\Users\deaokylin>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn PyQt5
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting PyQt5
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/44/b3/4402c5571e69bcc4e54a6f5948c1d6b7a37718acb414b42f593764ec3918/PyQt5-5.15.1-5.15.1-cp35.cp36.cp37.cp38.cp39-none-win_amd64.whl (59.4 MB)
     |████████████████████████████████| 59.4 MB 19 kB/s
Collecting PyQt5-sip<13,>=12.8
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/59/0e/f51483e98c407687ec6e99d21ec1333c42a4d285933f2863494676d22896/PyQt5_sip-12.8.1-cp36-cp36m-win_amd64.whl (62 kB)
     |████████████████████████████████| 62 kB 98 kB/s
Installing collected packages: PyQt5-sip, PyQt5
Successfully installed PyQt5-5.15.1 PyQt5-sip-12.8.1

(dotensor) C:\Users\deaokylin>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn PyQt5-tools
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting PyQt5-tools
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/94/ad/60add18c4e951bebf191417d52ae9e5fac78c80c0289718e323de5b1ca3c/pyqt5_tools-5.15.0.1.7.1-cp36-cp36m-win_amd64.whl (57.4 MB)
     |████████████████████████████████| 57.4 MB 101 kB/s
Collecting python-dotenv
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/16/28d434b28c5be29a6af8fd0e3a2bda3bd30500ef0cd17bc79f7a6793a8d4/python_dotenv-0.14.0-py2.py3-none-any.whl (17 kB)
Requirement already satisfied: click in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from PyQt5-tools) (7.1.2)
Collecting pyqt5==5.15.0
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/7c/06/0b3cbfd63fc6cbd3585d1a3b2729055e19c646ae329050e174e3c29a4741/PyQt5-5.15.0-5.15.0-cp35.cp36.cp37.cp38-none-win_amd64.whl (64.5 MB)
     |████████████████████████████████| 64.5 MB 4.3 kB/s
Requirement already satisfied: PyQt5-sip<13,>=12.8 in d:\programdata\anaconda3\envs\dotensor\lib\site-packages (from pyqt5==5.15.0->PyQt5-tools) (12.8.1)
Installing collected packages: python-dotenv, pyqt5, PyQt5-tools
  Attempting uninstall: pyqt5
    Found existing installation: PyQt5 5.15.1
    Uninstalling PyQt5-5.15.1:
      Successfully uninstalled PyQt5-5.15.1
Successfully installed PyQt5-tools-5.15.0.1.7.1 pyqt5-5.15.0 python-dotenv-0.14.0

(dotensor) C:\Users\deaokylin>

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值