我是python的新手,正在尝试清理地址。我找到了包usaddress-scourgify https://github.com/GreenBuildingRegistry/usaddress-scourgify
我已经使用pip install在anaconda提示符中安装了usaddress。 当我尝试对usaddress-scourgify做同样的事情时,它挂在了“收集usaddress-scourgify”上
任何建议将不胜感激。谢谢!
答案 0 :(得分:0)
我不确定anaconda的软件包中是否有usaddress-scourgify,您可以搜索它here。我只是使用pip install usaddress-scourgify
安装它。
但是,您可以使用conda直接从Github更新/安装软件包,只需将其添加到environment.yml
文件中即可。 More on that here。