简体   繁体   中英

how to install Lasagne package with python con windows

I'm new on python and I'm running some script on python 3.4. I'm getting the following error:

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

Install from Pypi

pip install Lasagne

Here's the official docs from lasagne.

See the Installation page:

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.

So only installing from source seems to be supported, which is also described on that page.

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