首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
cp36m专题
安装pyltp问题:pyltp-0.2.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platfrom
在Anaconda Prompt(anaconda)管理员身份运行下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 是轮子的
阅读更多...
python报错:torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.
出现报错:torch-0.4.1-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform. 1.查询自己的支持类型 步骤如下:1)打开cmd,输入:①import pip ②print(pip.pep425tag
阅读更多...