我正在尝试使用Python 3点子安装pyzipcode
,但出现以下错误。有没有一种方法可以解决此问题。
Collecting pysqlite (from pyzipcode==1.0->-r requirements.txt (line 16))
Downloading pysqlite-2.8.3.tar.gz (80kB)
100% |████████████████████████████████| 81kB 5.8MB/s
Complete output from command python setup.py egg_info:
pysqlite is not supported on Python 3. When using Python 3, use the sqlite3 module from the standard library.
请您参考如下方法:
我也遇到了同样的问题,我使用以下方法安装了它:
pip install pyzipcode3