问题标签 [canopy]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Enthought Canopy 发行版中包含 scikit-learn 的升级版本
我安装了 EPD 7.3.1(现在称为 Enthought Canopy),它随 scikit-learn v 0.11 一起提供。我正在运行 Ubuntu 12.04。我需要安装 scikit-learn 的 v 0.12。
scikit-learn文档说克隆存储库,将 scikit-learn 目录添加到您的 PYTHONPATH,并就地构建扩展:python setup.py build_ext --inplace
问题是 EPD 是它自己的封闭世界(有多个 scikit 目录):
./lib/python2.7/site-packages/scikits/
./lib/python2.7/site-packages/sklearn
然后是:
./EGG-INFO/scikit_learn/
我真的不想尝试,因为它需要很长时间才能调整到这一点。在这种情况下,我应该遵循 scikit-learn 的指示吗?
python - Enthought Canopy 中的 IPython 缓冲区和分页
我在 Windows 7 上使用 Enthought 的 Python Canopy 0.9.1 测试版分发。如何增加 IPython 缓冲区的大小。另外,我如何通过分页器管道输出命令;输出当前未分页。
如果现有答案(如 如何增加 ipython qtconsole 回滚缓冲区限制 或如何在 ipython 中使用管道)将起作用,我不知道如何将它们应用于 Windows。
谢谢!
java - 没有 Hadoop 的 Canopy 集群
我是 Mahout 的新手。我想在不使用 Hadoop 的独立系统上运行 Canopy Clustering。这可能吗?如果是这样,您能否让我知道相同的命令和步骤。
提前致谢, 拉什米
terminal - 在命令行上显示“Canopy”
我有一个基本的终端问题。我刚刚在 Snow Leopard 上安装了 enthought 的 Canopy for Python,并且(Canopy 64bit)在我在命令行上工作时不断出现。
EX: (Canopy 64bit) Macbook~[用户名]$
我试过编辑我的 bashrc 文件,但无济于事。
bashrc 目前有这个:
--
有什么办法可以阻止“(Canopy 64bit)”的显示?
python - 与 Mac 的 Enthought-Canopy 中的 Tkinter 冲突
我在尝试使用 Mac 中的 Enthough-Canopy 编译简单的 tkinter gui 时遇到问题。这是我要编译的代码:
这是我收到的消息:
主要问题是 TK 或 TCL,但它已经安装并且运行良好(代码在 Aptana studio 3 中运行良好),但是当我尝试在 Canopy 中运行它时它失败了。
感谢您的时间和支持
python - Launching the $ command line in Canopy iPython
How can I launch the command that begins with $ in Canopy iPython ? I am using Windows 7.
It seems such a trivial question but I tried to find an answer by googling every possible version of my question without coming close to an answer. Yet websites tutorials on iPython often ask you to enter something on a line like that.
I have no trouble with the interpreter which uses numerical in/out prompts like
python-3.x - Enthought Canopy 中的 Python 3
如何在 Canopy Enthought 中使用 Python 3?它在底部有选择 Python 3 的选项,但是当我们使用时这不会改变任何东西:
python-2.7 - Enthought Canopy 1.0 缺少 Python.h 和其他包含
我从 Enthought 为 Mac OSX 64 位安装了 Canopy 发行版,但缺少 include/python-2.7 文件夹。
我找不到包含这个的包,有没有人遇到这个问题和解决方案?
python - 在 Enthought python 和 Canopy 上安装 PyObjC
我想使用 Enthought Python 7.3-2(32 位,OS X 10.8.3)访问一些 PyObjC 例程
当我从命令行运行 enpkg 安装程序时,我得到了一个公平的安装方式,然后:
错误:无法解析“pyobjc-2.3-1.egg”所需的“pyobjc_framework_inputmethodkit”
所以我使用 GUI 包安装程序尝试了 Canopy 1.0(64 位,OS X,仍然有点不稳定),我看到了相同的消息:
行动:安装pyobjc-2.3-1.egg包管理器遇到错误错误:无法解析“pyobjc-2.3-1.egg”所需的“pyobjc_framework_inputmethodkit”
所以它似乎对 Enthought python 是通用的。
我假设这是 OS X 10.8.3 的问题,但有人知道如何在 Enthought python 上安装 PyObjC 吗?