Hi Florian,
It seems that there must be a problem with the "https" URIs. We
*should* be able to get around that by doing:
${DEST_DIR}/bin/easy_install
"http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.3.tar.gz?modtim…"
That should all be on one line, and ${DEST_DIR} is the value of
DEST_DIR in install_script.sh . If this doesn't work, you can also do
it by hand:
cd ${DEST_DIR}/src/
wget "http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.3.tar.gz?modtim…"
tar xvfz matplotlib-0.98.3.tar.gz
cd matplotlib-0.98.3
${DEST_DIR}/bin/python2.5 setup.py install
where, again, ${DEST_DIR} is the value of DEST_DIR in install_script.sh.
After either of these is run, you should be able to re-run the
install_script and it should automatically skip over that step and
complete the yt installation.
I hope this works for you, but please let me know if it doesn't!
-Matt
PS This is all for an isolated yt install; you should also be able, on
a Debian system, to install the necessary packages using 'apt-get' and
then install yt individually. Unfortunately I am traveling for a few
days, so while I can try to help you with easy_install, my own debian
machine is at home, turned off, so I can't get the specific Debian
package names. If somebody else on the list has any ideas for the
*specific* package names, though, that'd be great!
On Fri, Dec 12, 2008 at 1:03 PM, Florian Pajnik
<fpajnik(a)physik.uni-wuerzburg.de> wrote:
> Hallo Matt !
>
> During the installation problems occurred with the Matplotlib 0.98.3 as
> you can read in the error message:
>
> Reading http://pypi.python.org/simple/matplotlib/
> Reading http://matplotlib.sourceforge.net
> Reading
> https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278…
> Download error: unknown url type: https -- Some packages may not be
> found!
> Reading
> https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278…
> Download error: unknown url type: https -- Some packages may not be
> found!
> Reading
> https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=824…
> Download error: unknown url type: https -- Some packages may not be
> found!
> Reading
> http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=82474
> Reading http://sourceforge.net/project/showfiles.php?group_id=80706
> Reading
> https://sourceforge.net/project/showfiles.php?group_id=80706&package_id=824…
> Download error: unknown url type: https -- Some packages may not be
> found!
> No local packages or download links found for matplotlib==0.98.3
> error: Could not find suitable distribution Installing
> into /home/fpajnik/yt
> INST_WXPYTHON=0
> INST_IPYTHON=
> Setting YT_DIR=/home/fpajnik/enzo15/src/yt
> Installing numpy, matplotlib, ipython
> Setuptools version 0.6c9 or greater has been installed.
> (Run "ez_setup.py -U setuptools" to reinstall or upgrade.)
> Searching for numpy
> Best match: numpy 1.2.1
> Processing numpy-1.2.1-py2.5-linux-i686.egg
> numpy 1.2.1 is already the active version in easy-install.pth
> Installing f2py2.5 script to /home/fpajnik/yt/bin
> for Requirement.parse('matplotlib==0.98.3')
>
>
>
> It also doesn't work, when the install script is changed, so that it
> looks for version 0.98.4. I hope you can find the problem. Thank's a
> lot.
>
> Florian
>
>
>
> On Thu, 2008-12-11 at 20:17 -0500, Matthew Turk wrote:
>> Hi Florian,
>>
>> Quick note -- I tested it on a couple other machines, and a few had
>> problems with the new version of Matplotlib, 0.98.4. I've committed a
>> new version of the install script that demands 0.98.3; if you 'svn up'
>> in the yt directory it will catch the new version of the install
>> script -- give that one a shot, and let me know if it improves things?
>>
>> -Matt
>>
>> On Thu, Dec 11, 2008 at 3:12 PM, Matthew Turk <matthewturk(a)gmail.com> wrote:
>> > Hi Florian,
>> >
>> > Would you mind posting the relevant error messages? I ran a fresh
>> > checkout of the install script and it *seemed* to be able to grab all
>> > of the sources correctly. (It's possible that there is a problem with
>> > the 'easy_install' calls; they have been kind of problematic lately
>> > and they might need to be removed.)
>> >
>> > Thanks!
>> >
>> > -Matt
>> >
>> > On Thu, Dec 11, 2008 at 6:46 AM, Florian Pajnik
>> > <fpajnik(a)physik.uni-wuerzburg.de> wrote:
>> >> Hallo !
>> >>
>> >> I tried to install yt on a Debian system by using the install script,
>> >> that is within the enzo15 package, but it didn't work. It seems to me,
>> >> that the install script is not modified to the newest versionnumbers,
>> >> that have to be downloaded. But that's just a guess. So my question is,
>> >> what have I to do to install yt on a Debian system. Thank's a lot.
>> >>
>> >> Florian Pajnik
>> >>
>> >> _______________________________________________
>> >> yt-users mailing list
>> >> yt-users(a)lists.spacepope.org
>> >> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>> >>
>> >
>> _______________________________________________
>> yt-users mailing list
>> yt-users(a)lists.spacepope.org
>> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
>
Hallo !
I tried to install yt on a Debian system by using the install script,
that is within the enzo15 package, but it didn't work. It seems to me,
that the install script is not modified to the newest versionnumbers,
that have to be downloaded. But that's just a guess. So my question is,
what have I to do to install yt on a Debian system. Thank's a lot.
Florian Pajnik
Hi,
Yt tells me I have to install the gtk+ interface, not originially on my
os installation before it can install. To do this I have to load a
bunch of things not native on my os, which is Ubuntu (linux). Soon as I
have the gtk+ installed then I get a quirky error booting up:
There was an error loading the theme Human. Couldn't recognize the
image file format for file '/usr/share/gdm/themes/Human/bottom_bar.svg'
on a login screen that is not the original Ubuntu login screen.
I can login okay and everything runs as normal, also Yt, so far (just
command line). Is there any way the origin of this quirk can effect
Yt? I'm searching forums for my and tracing the problem on my system
but just wondering if anyone more familiar with the Yt interface might
know off-hand.
Below are the extra loadings for Yt involving gtk+.
Thanks,
R.Soares
---------------
extra packages for Yt / gtk+:
build-essential libsdl1.2debian libsdl1.2-dev libgl1-mesa-dev
libglu1-mesa-dev libsdl-image1.2 libsdl-image1.2-dev
libatk1.0-0 l ibatk1.0-dev libpango1.0-0 libpango1.0-dev libcairo2
libcairo2-dev libtiff4 libtiff4-dev tcl tcl-dev
tk tk-dev libgtk1.2-dev mesa-common-dev xlibmesa-gl-dev
libglu1-mesa-dev libjpeg62-dev
----------------------