Python 无法在Anaconda中安装plyfile

Python 无法在Anaconda中安装plyfile,python,anaconda,ply-file-format,Python,Anaconda,Ply File Format,当u=i尝试运行该命令时 conda install plyfile 在windows命令提示符中 Fetching package metadata ........... PackageNotFoundError: Package not found: '' Package missing in current win-64 channels: - plyfile Close matches found; did you mean one of these? plyfile: ole

当u=i尝试运行该命令时

conda install plyfile
在windows命令提示符中

Fetching package metadata ...........


PackageNotFoundError: Package not found: '' Package missing in current win-64 channels:
- plyfile

Close matches found; did you mean one of these?
plyfile: olefile

You can search for packages on anaconda.org with
anaconda search -t conda plyfile
我试着用

pip install plyfile

它执行时没有任何错误,但仍然不会显示在Anaconda中。

进入您的Anaconda安装文件夹

(default) C:\Program Files\Anaconda3\Scripts
在那里你可以找到蟒蛇使用的皮普,试试跑步

pip install plyfile
从那个位置