我只是尝试先在Jupyter Notebook上导入软件包
from keras.models import Sequential
from keras.layers import Dense
from keras.layers import LSTM
from sklearn.model_selection import train_test_split
import numpy as np
import matplotlib.pyplot as plt
但是我得到这个错误 AttributeError:模块“ theano”没有属性“ compile”