python安装annoy
python安装annoydebug解决ERROR: Command errored out with exit status 1:ERROR: annoy-1.17.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
目录
报错的部分内容如下:ERROR: Command errored out with exit status 1:
ERROR: annoy-1.17.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
python安装annoy
首先在终端:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple annoy --user 或者 pip install annoy时出现了报错
报错的部分内容如下:
ERROR: Command errored out with exit status 1:
这里换个方法:先去网上安装个whl文件,再pip安装
-
确定自己的电脑是几位的,现在一般是64位机
-
去 https://www.lfd.uci.edu/~gohlke/pythonlibs/ 找到对应版本的whl文件,其中cp37代表3.7版本,win32代表Windows系统32位机
-
安装对应版本的whl文件。可以放在自己\anaconda\Lib\site-packages\ 文件夹下统一保存
-
下载对应的whl文件后,在cmd下进入whl所在的文件
-
-
最后再输入pip install whl的文件全名进行安装就可以了。
如果出现了报错:
ERROR: annoy-1.17.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform.
不是方法的问题,只是下载的whl和电脑python版本不匹配。换个whl文件试试就行了
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
所有评论(0)