Skip to main content
 首页 » 编程设计

python-3.x之Python 3:Python 3不支持pyzipcode

2024年12月31日14zdz8207

我正在尝试使用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