我正在使用带有Spyder编辑器的anaconda进行预测阶段。我已经通过Anaconda下载了theano和烤宽面条,但是当我运行代码时,出现错误“ ModuleNotFoundError:没有名为“ lasagne”的模块”。
我还使用终端命令来运行以下代码: pip install --upgrade https://github.com/Theano/Theano/archive/master.zip
pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip 但我仍然有一个错误。
import pickle
#cPickle as pickle
import re
import glob
import os
import sys
import time
import theano
import theano.tensor as T
import numpy as np
import pandas as p
import lasagne as nn
from utils import hms, architecture_string