Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Linux 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.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Um, the link you posted contains the answer to your question on their downloads page.

    Orange - Nightly Builds

  3. #3
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by reed9 View Post
    Um, the link you posted contains the answer to your question on their downloads page.

    Orange - Nightly Builds
    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

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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

  5. #5
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by reed9 View Post
    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
    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.pyw
    Code:
    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

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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

  7. #7
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by reed9 View Post
    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
    $ sudo apt-get install make g++ python-dev python-numarray-ext python-numpy-ext python-numeric-ext python-matplotlib python-imaging python-qwt5-qt4
    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
    Couldn't find python-numarray-ext.

    This OS was upgraded from Ubuntu 9.10

    B.R.
    satimis

  8. #8
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Looks like the package name changed from Karmic to Lucid. Try
    Code:
    sudo apt-get install python-numpy-ext

  9. #9
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Quote Originally Posted by reed9 View Post
    Looks like the package name changed from Karmic to Lucid. Try
    Code:
    sudo apt-get install python-numpy-ext
    package already installed

    $ apt-cache policy python-numpy-ext
    Code:
    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
    satimis

  10. #10
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    So that one is installed. What about all the others?

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...