问题描述
我真的是编码,编程,Python以及一般计算机的新手,所以我需要有关Canopy的帮助.在将任何软件包安装到Canopy时,我一直遇到麻烦.内部软件包管理器中有一些内容,但是每当没有出现时,这确实令人困惑.我想我会列出一个特定的安装.
I'm really new to coding, programming, Python, and just computers in general, so I need some help with Canopy. I've been having pretty consistent troubles installing any packages to Canopy; some stuff is in the internal package manager,but whenever it isn't, it's really confusing. I guess I'll list a specific installation.
我正在尝试将"pywcs"(下面提供的链接)安装到Win7 64位计算机上.我有Cygwin,如果有帮助的话.我不知道该怎么办;我在网上找到的东西非常令人困惑,而且Cygwin easy_install(文件名)似乎永远无法正常工作.有分步解决方案吗?
I'm trying to install "pywcs" (link provided below) to my Win7 64-bit machine. I have Cygwin if that helps at all. I do not know how to go about this; the stuff I found online is pretty confusing, and Cygwin easy_install (filename) never seems to work. Any step-by-step solutions?
推荐答案
我安装astropy
的方法如下.
- 打开Windows终端
- 将目录更改为
C:\Users\<USER NAME>\AppData\Local\Enthought\Canopy32\User\Scripts
- 键入
easy_install.exe astropy
- 等待下载完成,然后重新启动Enthought.
- Open Windows Terminal
- Change Directory to
C:\Users\<USER NAME>\AppData\Local\Enthought\Canopy32\User\Scripts
- Type
easy_install.exe astropy
- Wait until the download completes, and restart Enthought.
这篇关于将套件安装到Canopy的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!