安装pyltp问题:pyltp-0.2.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platfrom

在Anaconda Prompt(anaconda)管理员身份运行下安装pyltp问题:pyltp-0.2.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platfrom_第1张图片pip install pyltp-0.2.1-cp36-cp36m-win_amd64.whl安装的python版本必须是3.6,而本人的anaconda环境默认是3.8.8,这时可以激活自己anaconda下的python3.6环境安装就可以了图片中python36是本人python3.6环境的名字,F:\pyltp 是轮子的安装路径,需要根据自己情况做出更改
安装pyltp问题:pyltp-0.2.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platfrom_第2张图片

你可能感兴趣的:(python装包,pip,anaconda)