如何使用 python con windows 安装千层面包

how to install Lasagne package with python con windows

我是 python 的新手,我是 运行 python 3.4 的一些脚本。我收到以下错误:

ImportError: No module named 'lasagne'. Does someone know how to install this package on Python please?

从 Pypi 安装

pip install Lasagne

这是千层面的官方 docs

查看安装页面:

http://lasagne.readthedocs.org/en/latest/user/installation.html

Lasagne hasn’t been released as of now. The only way to install it for now is from source.

因此似乎只支持从源安装,该页面上也有描述。