zl程序教程

您现在的位置是:首页 >  后端

当前栏目

pycharm下安装fire

2023-09-14 09:15:41 时间

(pytorch_1.4_gpu) D:\工作工具\pytorch相关>pip install fire
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting fire
  Downloading https://mirrors.aliyun.com/pypi/packages/34/a7/0e22e70778aca01a52b9c899d9c145c6396d7b613719cd63db97ffa13f2f/fire-0.3.1.tar.gz (81 kB)
     |████████████████████████████████| 81 kB 1.7 MB/s
Requirement already satisfied: six in d:\anaconda3\envs\pytorch_1.4_gpu\lib\site-packages (from fire) (1.15.0)
Collecting termcolor
  Downloading https://mirrors.aliyun.com/pypi/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz (3.9 kB)
Building wheels for collected packages: fire, termcolor
  Building wheel for fire (setup.py) ... done
  Created wheel for fire: filename=fire-0.3.1-py2.py3-none-any.whl size=111010 sha256=defa3d7abffb2b23bc639164b8da2a85e05ff075ee6048a4057ebdbc87cd4162
  Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\9f\53\73\87d75fc065757daeb2b88f6edd6a12874857d235e391a24432
  Building wheel for termcolor (setup.py) ... done
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4835 sha256=55bb257e62fb5ebfebcad52ff82c720564af24790d3197e3b928e3c943f4741d
  Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\8c\16\a7\2961c1fa00b73f422d2368341f32d4ef69721ea7709227b33d
Successfully built fire termcolor
Installing collected packages: termcolor, fire
Successfully installed fire-0.3.1 termcolor-1.1.0