简体   繁体   中英

Cannot install plyfile in Anaconda

When u=i try to run the command

conda install plyfile

in windows command prompt

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

I tried to use

pip install plyfile

and it executed without any error but it still won't show up in Anaconda.

Go into your Anaconda install folder

(default) C:\Program Files\Anaconda3\Scripts

there you should find PIP used by Anaconda, try running

pip install plyfile

from that location.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM