Note that there are some explanatory texts on larger screens.

plurals
  1. POPython Pylearn2 package "ImportError: No module named pylearn2.utils"
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COYou need to show us the whole traceback, not just part of the first line. It would also help to either paste the code (at least around line 14) for `make_dataset.py`, or provide a direct link to the code you copied and pasted, instead of making us search for it.
      singulars
    2. COMeanwhile: "Pylearn2 is still undergoing rapid development. Don’t expect a clean road without bumps!" I notice that the "install" instructions don't actually install anything, which means you'll only be able to run by either having your PWD set to the top-level pylearn2 directory (that is, `cd`ing into the tutorials isn't likely to work), or by modifying your `PYTHONPATH` to include that directory. Did you do either of those? Also, after modifying the .bashrc file, did you either `source ~/.bashrc` or create a new shell? If not, editing the file has no effect.
      singulars
    3. COHi guys. A knowdledge colleague helped me and we solved this issue. The problem was that using the Numpy package was missin', and I've installed it through the command `sudo apt-get install python-numpy` on my Ubuntu pc. This was not a good idea, because that package version is antiquate. Instead, I should have used `pip install numpy`, and then 'pip install theano` and then `pip install pylearn`. That way, it worked.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload