-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'theano.tensor' has no attribute 'slinalg' #6211
Comments
Update Theano. You have an old version that don't contain that.
Le dim. 30 juil. 2017 12:28, Maxim Kochurov <[email protected]> a
écrit :
… —
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6211>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALC-y99i4cbN59uq6MMbkPyQywCuJ3Kks5sTK8QgaJpZM4Onrf->
.
|
Or maybe you need to |
|
cloning the whole project and |
Try @lamblin suggestion. I think he have the right fix. The file isn't
imported automatically as it depend on scipy and scipy is an optional
dependency.
…On Mon, Jul 31, 2017 at 3:12 PM Maxim Kochurov ***@***.***> wrote:
cloning the whole project and pip install -e .seems to resolve
FileNotFoundError problem (direct install still does not work). The main
problem with slinalg still occurs
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6211 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AALC-xqVPl7lgZyqf__QDXX2A89cyeD6ks5sTiczgaJpZM4Onrf->
.
|
That works, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using the following code previously without any error but now I have problems
The text was updated successfully, but these errors were encountered: