Solve the problem of installing Theano on Ubuntu 19

Solve the problem of installing Theano on Ubuntu 19

Solution:

Directly in the directory where you downloaded the pythearn2 package, modify the setup.py file:
Changed from theano.compat.six.moves import input to from six.moves import input

Then you can:

python setup.py build
python setup.py install

ps: Install theano in Ubuntu environment

Recently, I need to install Theano. There are several ways to install Theano in Ubuntu. The simplest one is to pip install Theano directly, and then pip install any package that is missing. However, after I installed it, a problem occurred when I ran the code:

ImportError: cannot import name 'downsample'

After checking the information, I found that the latest version no longer has this feature. This is mainly an error caused by the Theano version update. The solution is

pip install theano==0.8.2

This can be used to change back to an older version.

Summarize

The above is the editor’s introduction to solving the problem of "No module named 'theano.compat.six'" when installing Theano in Ubuntu 19. I hope it will be helpful to everyone!

You may also be interested in:
  • Share the problem of Ubuntu 19 not being able to install docker source
  • Tutorial on installing Android Studio on Ubuntu 19 and below
  • VMware12 installs Ubuntu19.04 desktop version (installation tutorial)
  • Ubuntu 19.04 installation tutorial (picture and text steps)

<<:  Why should the number of rows in a single MySQL table not exceed 5 million?

>>:  Two implementation solutions for vuex data persistence

Recommend

An article teaches you to write clean JavaScript code

Table of contents 1. Variables Use meaningful nam...

Alibaba Cloud Server Ubuntu Configuration Tutorial

Since Alibaba Cloud's import of custom Ubuntu...

Transplanting the mkfs.vfat command in busybox under Linux system

In order to extend the disk life for storing audi...

JavaScript to achieve dynamic color change of table

This article shares the specific code for JavaScr...

Meta tags in simple terms

The META tag, commonly referred to as the tag, is...

How to use axios to make network requests in React Native

In front-end development, there are many ways to ...

JavaScript prototype and prototype chain details

Table of contents 1. prototype (explicit prototyp...

How to handle forgotten passwords in Windows Server 2008 R2

What to do if you forget Windows Server 2008R2 So...

Summary of MySQL logical backup and recovery testing

Table of contents 1. What kind of backup is a dat...

mysql code to implement sequence function

MySQL implements sequence function 1. Create a se...

How to install MySQL and Redis in Docker

This article is based on the CentOS 7.3 system en...

Summary of XHTML application in web design study

<br />Generally speaking, the file organizat...

Two methods to stretch the background image of a web page

There are two solutions: One is CSS, using backgro...

Win10 + Ubuntu20.04 LTS dual system boot interface beautification

Effect display The built-in boot interface is too...