anaconda下安装word2vec失败,怎么解决?

直接安装“pip install word2vec”报错,显示ERROR:Could not build wheels for word2vec which use pep 517 and cannot be installed directly"
又尝试“conda install word2vec”命令,显示我的python环境是3.8 没办法安装。有没有什么解决办法?

去pypi上下载离线包试试