Results 1 to 10 of 15
Hi folks,
Ubuntu 10.04 64 bit
Can I install Orange on Ubuntu repo?
Orange - Data Mining Fruitful & Fun
If YES please advise how to add Orange repo to ...
- 08-23-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Orange available on Repo ?
Hi folks,
Ubuntu 10.04 64 bit
Can I install Orange on Ubuntu repo?
Orange - Data Mining Fruitful & Fun
If YES please advise how to add Orange repo to menu.list
Furthermore do I need install R to work?
TIA
B.R.
- 08-23-2010 #2
Um, the link you posted contains the answer to your question on their downloads page.
Orange - Nightly Builds
- 08-23-2010 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi,
Thanks for your advice.
I found it before.
Orange - Nightly Builds
Debian
Code:deb http://www.ailab.si/orange/debian lenny main deb-src http://www.ailab.si/orange/debian lenny main
But I wonder whether adding above lines to the source.list of Ubuntu repo can work without creating confusing?
B.R.
satimis
- 08-23-2010 #4
No, you wouldn't want to add that to your sources.list. It wouldn't work.
You should just download the .deb file from the referenced URL and install with dpkg or gdebi.
Index of /orange/debian/dists/lenny/main/binary-amd64
- 08-23-2010 #5Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi reed9,
Performed following steps;
download and install;
1)
python-orage-svn_0.0.9355-1_amd64.deb
Open with GDebi Package installer (default)
-> OK
2)
orange-svn_0.0.9355-1_amd64.deb
Open with GDebi Package installer (default)
-> OK
But could not start Orange Canvas:-
$ python /usr/lib/python2.5/site-packages/orange/OrangeCanvas/orngCanvas.pywCode:Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/orange/OrangeCanvas/orngCanvas.pyw", line 7, in <module> import orngEnviron, orngAddOns ImportError: No module named orngEnviron
B.R.
satimis
- 08-23-2010 #6
Make sure you have all the dependencies installed
Code:sudo apt-get install make g++ python-dev python-numarray-ext python-numpy-ext python-numeric-ext python-matplotlib python-imaging python-qwt5-qt4
- 08-23-2010 #7Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
$ sudo apt-get install make g++ python-dev python-numarray-ext python-numpy-ext python-numeric-ext python-matplotlib python-imaging python-qwt5-qt4
Couldn't find python-numarray-ext.Code:Reading package lists... Done Building dependency tree Reading state information... Done make is already the newest version. g++ is already the newest version. g++ set to manually installed. python-dev is already the newest version. E: Couldn't find package python-numarray-ext
This OS was upgraded from Ubuntu 9.10
B.R.
satimis
- 08-23-2010 #8
Looks like the package name changed from Karmic to Lucid. Try
Code:sudo apt-get install python-numpy-ext
- 08-23-2010 #9Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
package already installed
$ apt-cache policy python-numpy-extsatimisCode:python-numpy-ext: Installed: 1:1.3.0-3build1 Candidate: 1:1.3.0-3build1 Version table: *** 1:1.3.0-3build1 0 500 http://hk.archive.ubuntu.com/ubuntu/ lucid/universe Packages 100 /var/lib/dpkg/status
- 08-23-2010 #10
So that one is installed. What about all the others?


Reply With Quote
