Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 800 Bytes

安装问题.md

File metadata and controls

28 lines (14 loc) · 800 Bytes

安装问题

1. bitarray问题

window下pip 安装报错

解决办法:安装 Microsoft Visual C++ 工具,工具下载地址如下所示: https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe

2. AttributeError 'str' object has not attribute 'decode'

window下pip 安装报错

670479264

下载bitarray离线包,版本要求bitarray>=1.5.3

https://www.lfd.uci.edu/~gohlke/pythonlibs/#bitarray

-w722

解压,进入目录下执行:

python setup.py install