senarvi / theanolm

TheanoLM is a recurrent neural network language modeling tool implemented using Theano
Apache License 2.0
81 stars 29 forks source link

No module named 'theano.gpuarray' while installing #23

Closed EmadHelmi closed 7 years ago

EmadHelmi commented 7 years ago

When I want to install theanolm i got this error

theanolm train
Traceback (most recent call last):
  File "/usr/local/bin/theanolm", line 8, in <module>
    from theano.gpuarray.type import ContextNotDefined
ImportError: No module named 'theano.gpuarray'

I have installed theanolm on python3 correctly and I can import it without any problem

senarvi commented 7 years ago

This should already be fixed in the develop branch. I'll make a new release soon. If you want, you can try the develop branch (or copy bin/theanolm from there) and let me know if it works.

senarvi commented 7 years ago

I made a new release. I didn't test it with libgpuarray uninstalled, so please reopen the issue if the error persists.