Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Resolve Ubuntu19 installation Theano issues

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Solution:

Directly in the directory where you downloaded the pythearn2 package, modify the setup.py file:

Change from theano.compat.six.moves import input to from six.moves import input

And then you can:

Python setup.py buildpython setup.py install

Install theano in ps:Ubuntu environment

Recently, due to the special need to install theano, there are several options for installing theano in ubuntu, the simplest one is direct pip install theano, and then pip install can install whatever package is missing, but after I finished installing it, there was a problem running the code:

ImportError: cannot import name 'downsample'

Checked the data and found that the latest version of this is no longer available, this is mainly due to errors brought about by the update of the Theano version. The solution is

Pip install theano==0.8.2

You can change it back to the older version through this.

Summary

The above is the editor to introduce to you to solve the problem of "No module named 'theano.compat.six'" in Ubuntu19 installation Theano. I hope it will be helpful to you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report