Dear all, I am a starter in YT. Now I am not in a position to access our cluster computer. I would like to know is it possible to install the yt in my laptop pc. Specifications - 3rd Gen 1.7 GHz Intel Core i5 Processor, 4 GB RAM, 500GB Hard dick, 2GB Graphic Memory, AMD Mobility Radeon 7670M HD Graphic Processor, And OS is Ubuntu 12.04 If yes what are the prerequisite? Please help me. Yours, Reju Sam John -- Reju Sam John
Hi Reju, Yes, you should be able to install yt on your laptop. For ubuntu, you might find the PPAs that Mike Kuhlen has set up to ease the installation process. To install yt, do the following: $ sudo add-apt-repository ppa:kuhlen $ sudo apt-get update $ sudo apt-get install yt Cheers, Nathan On Mar 26, 2013, at 8:43 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear all, I am a starter in YT. Now I am not in a position to access our cluster computer. I would like to know is it possible to install the yt in my laptop pc. Specifications - 3rd Gen 1.7 GHz Intel Core i5 Processor, 4 GB RAM, 500GB Hard dick, 2GB Graphic Memory, AMD Mobility Radeon 7670M HD Graphic Processor, And OS is Ubuntu 12.04
If yes what are the prerequisite? Please help me. Yours, Reju Sam John
-- Reju Sam John
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
thank you sir but while running the 3rd command it is showing the following error john@john:~$ sudo apt-get install yt Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package yt john@john:~$ On Wed, Mar 27, 2013 at 9:19 AM, Nathan Goldbaum <nathan12343@gmail.com>wrote:
Hi Reju,
Yes, you should be able to install yt on your laptop.
For ubuntu, you might find the PPAs that Mike Kuhlen has set up to ease the installation process. To install yt, do the following:
$ sudo add-apt-repository ppa:kuhlen $ sudo apt-get update $ sudo apt-get install yt
Cheers,
Nathan
On Mar 26, 2013, at 8:43 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear all, I am a starter in YT. Now I am not in a position to access our cluster computer. I would like to know is it possible to install the yt in my laptop pc. Specifications - 3rd Gen 1.7 GHz Intel Core i5 Processor, 4 GB RAM, 500GB Hard dick, 2GB Graphic Memory, AMD Mobility Radeon 7670M HD Graphic Processor, And OS is Ubuntu 12.04
If yes what are the prerequisite? Please help me. Yours, Reju Sam John
-- Reju Sam John
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John
Hmm, well perhaps Mike or someone else might have an idea why that happened. You should still be able to get a yt installation by either running the install script, which will build an isolated environment, or install yt by doing a manual installation. Both installation methods are covered in the docs: http://yt-project.org/doc/advanced/installing.html On Mar 26, 2013, at 10:41 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
thank you sir but while running the 3rd command it is showing the following error
john@john:~$ sudo apt-get install yt Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package yt john@john:~$
On Wed, Mar 27, 2013 at 9:19 AM, Nathan Goldbaum <nathan12343@gmail.com> wrote: Hi Reju,
Yes, you should be able to install yt on your laptop.
For ubuntu, you might find the PPAs that Mike Kuhlen has set up to ease the installation process. To install yt, do the following:
$ sudo add-apt-repository ppa:kuhlen $ sudo apt-get update $ sudo apt-get install yt
Cheers,
Nathan
On Mar 26, 2013, at 8:43 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear all, I am a starter in YT. Now I am not in a position to access our cluster computer. I would like to know is it possible to install the yt in my laptop pc. Specifications - 3rd Gen 1.7 GHz Intel Core i5 Processor, 4 GB RAM, 500GB Hard dick, 2GB Graphic Memory, AMD Mobility Radeon 7670M HD Graphic Processor, And OS is Ubuntu 12.04
If yes what are the prerequisite? Please help me. Yours, Reju Sam John
-- Reju Sam John
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
sir now it is showing the following error. With this mail i am attaching the `yt_install.log' file.. ******************************************** FAILURE REPORT: ******************************************** running install_egg_info Writing /home/john/yt-i686/lib/python2.7/site-packages/mercurial-2.5.1-py2.7.egg-info using https://bitbucket.org/yt_analysis/yt-supplemental/ sending capabilities command abort: Python SSL support not found using https://bitbucket.org/yt_analysis/yt/ sending capabilities command abort: Python SSL support not found abort: repository /home/john/yt-i686/src/yt-hg/ not found! /home/john/yt-i686/bin/python2.7: can't open file '/home/john/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory ******************************************** ******************************************** Failure. Check /home/john/yt-i686/yt_install.log. The last 10 lines are above. On Wed, Mar 27, 2013 at 11:16 AM, Nathan Goldbaum <nathan12343@gmail.com>wrote:
Hmm, well perhaps Mike or someone else might have an idea why that happened.
You should still be able to get a yt installation by either running the install script, which will build an isolated environment, or install yt by doing a manual installation. Both installation methods are covered in the docs: http://yt-project.org/doc/advanced/installing.html
On Mar 26, 2013, at 10:41 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
thank you sir but while running the 3rd command it is showing the following error
john@john:~$ sudo apt-get install yt Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package yt john@john:~$
On Wed, Mar 27, 2013 at 9:19 AM, Nathan Goldbaum <nathan12343@gmail.com>wrote:
Hi Reju,
Yes, you should be able to install yt on your laptop.
For ubuntu, you might find the PPAs that Mike Kuhlen has set up to ease the installation process. To install yt, do the following:
$ sudo add-apt-repository ppa:kuhlen $ sudo apt-get update $ sudo apt-get install yt
Cheers,
Nathan
On Mar 26, 2013, at 8:43 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear all, I am a starter in YT. Now I am not in a position to access our cluster computer. I would like to know is it possible to install the yt in my laptop pc. Specifications - 3rd Gen 1.7 GHz Intel Core i5 Processor, 4 GB RAM, 500GB Hard dick, 2GB Graphic Memory, AMD Mobility Radeon 7670M HD Graphic Processor, And OS is Ubuntu 12.04
If yes what are the prerequisite? Please help me. Yours, Reju Sam John
-- Reju Sam John
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John
Hi Reju, When you first run the yt install script, you should see that it says "Looks like you're on an Ubuntu-compatible machine." It then lists a number of Ubuntu packages you must install first and gives you a command to do so: $ sudo apt-get install libssl-dev build-essential libncurses5 libncurses5-dev zip uuid-dev libfreetype6-dev tk-dev run this command first, and then yt should build without issue. I hope this is helpful. J. S. On Wed, Mar 27, 2013 at 5:41 AM, Reju Sam John <rejusamjohn@gmail.com> wrote:
sir now it is showing the following error. With this mail i am attaching the `yt_install.log' file..
******************************************** FAILURE REPORT: ********************************************
running install_egg_info Writing /home/john/yt-i686/lib/python2.7/site-packages/mercurial-2.5.1-py2.7.egg-info using https://bitbucket.org/yt_analysis/yt-supplemental/ sending capabilities command abort: Python SSL support not found using https://bitbucket.org/yt_analysis/yt/ sending capabilities command abort: Python SSL support not found abort: repository /home/john/yt-i686/src/yt-hg/ not found! /home/john/yt-i686/bin/python2.7: can't open file '/home/john/yt-i686/src/yt-hg//distribute_setup.py': [Errno 2] No such file or directory
******************************************** ******************************************** Failure. Check /home/john/yt-i686/yt_install.log. The last 10 lines are above.
On Wed, Mar 27, 2013 at 11:16 AM, Nathan Goldbaum <nathan12343@gmail.com> wrote:
Hmm, well perhaps Mike or someone else might have an idea why that happened.
You should still be able to get a yt installation by either running the install script, which will build an isolated environment, or install yt by doing a manual installation. Both installation methods are covered in the docs: http://yt-project.org/doc/advanced/installing.html
On Mar 26, 2013, at 10:41 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
thank you sir but while running the 3rd command it is showing the following error
john@john:~$ sudo apt-get install yt Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package yt john@john:~$
On Wed, Mar 27, 2013 at 9:19 AM, Nathan Goldbaum <nathan12343@gmail.com> wrote:
Hi Reju,
Yes, you should be able to install yt on your laptop.
For ubuntu, you might find the PPAs that Mike Kuhlen has set up to ease the installation process. To install yt, do the following:
$ sudo add-apt-repository ppa:kuhlen $ sudo apt-get update $ sudo apt-get install yt
Cheers,
Nathan
On Mar 26, 2013, at 8:43 PM, Reju Sam John <rejusamjohn@gmail.com> wrote:
Dear all, I am a starter in YT. Now I am not in a position to access our cluster computer. I would like to know is it possible to install the yt in my laptop pc. Specifications - 3rd Gen 1.7 GHz Intel Core i5 Processor, 4 GB RAM, 500GB Hard dick, 2GB Graphic Memory, AMD Mobility Radeon 7670M HD Graphic Processor, And OS is Ubuntu 12.04
If yes what are the prerequisite? Please help me. Yours, Reju Sam John
-- Reju Sam John
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
-- Reju Sam John
_______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (3)
-
j s oishi
-
Nathan Goldbaum
-
Reju Sam John