In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.