Software :: Install Numpy-1.6.0b2 On Machine?

Apr 25, 2011

I'm trying to install numpy-1.6.0b2 on my Linux machine and I'm having a lot of trouble. After downloading the source files, I try to build with the gfortran compiler. I receive a massive list of errors, most non-fatal, until I reach the following -

[Code]...

I've been working at this for quite some time and nothing I have found online seems to work. I know it's a longshot but I was wondering if anyone has had this same problem and has found a way to fix it.

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Unable To Install Numpy?

Sep 13, 2010

I am running Ubuntu 10.04 (64-bit) with python 2.6 and have had great difficulties with the installation of numpy and matplotlib (matplotlib needs numpy). I have tried several different approaches --- but unsuccessful still. I have downloaded the following:

* python-numpy_1.4.1-4_amd64.deb
* python-numpy_1.5.0-1ppa1_amd64.deb
* numpy-1.5.0.tar.gz

and,

* matplotlib_0.99.3-1ubuntu1.debian.tar.gz
* matplotlib_0.99.3.orig.tar.gz
* matplotlib-1.0.0.tar.gz

(I gave up on matplotlib 1.0.0) How can I install numpy with matplotlib? I have attached a python script to test the installation.

View 2 Replies View Related

CentOS 5 :: Upgrade Python And Numpy Using Yum?

Aug 1, 2009

I would like to update Python v.2.4 and Numpy to Python v.2.6 and Numpy v.1.3. How can I do it. I heard that we can use "yum update", but I am not sure to do it correctly.

View 2 Replies View Related

Programming :: Numpy 'filter' Type Function?

Jan 27, 2010

I'm a n00b to both numpy and python. I was wondering what the most intelligent way to write the trapezoid rule function was:

Code:
>>> import numpy as np
>>> a=np.array([1,2,3,4,5])
>>> def mytrapz(vec):
total=0
for i in xrange(0,len(vec)-1):
total+=(vec[i]+vec[i+1])/2.0
return total

>>> mytrapz(a)12.0 This is exactly what I would do in C and I'm sure the for loop is not the fastest way (as is the case for my interpreted langs). Yes, I know there is already numpy.mytrapz... I'm interested in the most efficient way to loop over arrays in such a way that each iteration accesses more than one cell.

View 1 Replies View Related

Fedora Installation :: Install Packages Of Online Machine Into Offline Machine?

Jan 20, 2009

In Ubuntu I can easily transfer packages from offline machine into online machine using APTonCD feature. In fedora ,Is there anything similar by which I can transfer my packages of online machine into the offline machine

View 2 Replies View Related

CentOS 5 :: Install Vmware Server On 5.5 - Error "You May Not Power Virtual Machine In Virtual Machine"

May 27, 2010

I have installed CentOS on a VMwareWorktation and that CentOS, i also install VMware Server (suscess) and setup a guest OS that, but i start this Guest OS, an error show "You may not power virtual machine in virtual machine"...

View 3 Replies View Related

OpenSUSE Install :: Multiple Machine Flash Drive Install Planning?

Jun 18, 2010

I have two different laptops that I would like to make bootable flash drive installs for, but would then like to have at least /home on a common removable storage (either a big flash drive or USB or ethernet hard drive) to share between the two laptops (I'll only be using one laptop as a Linux box at a time). One laptop (Dell Latitude D410) is only 32 bit capable (Pentium M - I think there's a 64 bit Core 2 CPU available for the socket 479, but I don't know if the BIOS / mobo will support it). If I'm going back and forth between 32 and 64 bits, can I share /home? What else can I share - /usr or anything else?

View 1 Replies View Related

OpenSUSE Install :: Upgraded Machine Boots Slower Than New Install?

Mar 19, 2010

recently I have installed a brand new machine with 11.2. Machine boots so incredibly fast so I decided to upgraded another older machine from 11.1 to 11.2. Upgrade went fine but old machine boots significantly slower. On new I see message "doing fastboot" and few seconds later KDE starts loading. Amazing. On old I just experience regular boot, speed is comparable to old 11.1.What am I missing after upgrade? Same kernel, almost same set of services. Both machines are pretty regular PCs/x86_64, however old one have faster/better hardware (more cores, more GHz, more RAM, 2 disks in software raid-0).

View 1 Replies View Related

OpenSUSE Install :: Can't Install On Machine With Intel Raid Controller

Jul 20, 2010

I cannot install 11.3 on a machine with an intel raid controller I have tried with raid 1 using the card and then setting the disks to individual raid 0 and letting suse raid them. With the card doing it the machines crashes as soon as it tries to boot the first time, with suse doing the raid I just get 'GRUB' on the screen It seems a lot of people are having similar problems, does any one have any pointers. 11.2 installs fine. I would try and do a bug report but every time I go to the page it's in Czech

View 4 Replies View Related

CentOS 5 :: Can't Install New Virtual Machine From DVD / CD Only Via Network Install

Jan 10, 2010

Why i cant install a new virtual machine from dvd/cd only via network install and which install media url i must paste in the option to install debian or Suse or redhat.

View 3 Replies View Related

Red Hat :: Get Iso To Install On Machine?

Sep 8, 2010

am using windows xp on my machine,i want to change it to linux.also am the IT officer in my work place and would like to run debian as our filr server.

View 2 Replies View Related

Ubuntu :: Install / Run TOR On This Machine?

Jun 7, 2010

I just switched over to xubuntu from ubuntu. how do I install/run TOR on this machine?

View 1 Replies View Related

Ubuntu :: Will 32 Bit OS Install On A 64 Bit Machine

Jul 7, 2010

I have a 64 bit machine,,,and have tried load 4 various linux distro's (all of them i386) and they all fail when it starts to write to the disk. It finally dawned on me this may be the problem. I was looking at the choices of downloads and 32 bit is recommended for most and the 64 bit isn't recommended for daily use. Which version should I choose?

View 6 Replies View Related

Ubuntu :: 10.04 Won't Install On Machine?

Aug 27, 2010

after f-ing up xp on my brothers laptop, and after much debate, we decided to give ubuntu a shot, considering its all free and windows isn't. installed ubuntu 10.04 lucid lynx 32 bit, and let me tell you, it was a breeze. after messing with the os for a while, i was so impressed with linux i decided to install ubuntu 10.04 64-bit on my new rig. downloaded the iso on a disk, popped it in the disk drive, set bios to boot cd, and before i new it ubuntu was ready to download. selected install, then i got this error message.

GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0) then my monitor starts randomly switching channels and the installation doesn't progress.( HDMI to analog to digital and so forth).

[Code]...

View 1 Replies View Related

Ubuntu :: Cannot Install Anything On Machine

Dec 9, 2010

I cannot install anything on my Ubuntu machine... I get this error if I do try and install something.

View 2 Replies View Related

General :: Install A 32 Bit OS In A 64 Bit Machine?

Nov 4, 2009

I have a 32 bit machine, and I have a 64 bit OS, can I install Cent OS 5.4 (64 bit ) in that machine ?

Quote:

cat /proc/cpuinfo | grep flags
flags : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc up pni monitor ds_cpl est cid cx16 xtpr

View 10 Replies View Related

Fedora :: How To Install Virtual Machine?

Oct 21, 2010

I have a reader program which runs only in windows. Now I have a windows xp installation iso on one of the partitions. How can I set up a virtual machine environment of windows xp, so that I can run windows programs?
I've tried wine but I cannot figured that out. I think a virtual machine is the choice. but do I also need install those drivers and microsoft stuff, like direct X 10?

View 13 Replies View Related

Fedora Installation :: Install F14 Rpm In F13 Machine?

Feb 7, 2011

I have a f13 32-bit machine

Code:
$ uname -r
2.6.34.7-66.fc13.i686

is it safe to install gcc-gfortran's f14 rpm in my machine?

View 2 Replies View Related

Fedora :: Install Oracle On F15 Machine?

Aug 2, 2011

I need to install Oracle on my F15 machine however when I try and run the installer it gives erros that DISPLAY is not set, so I tried adding using XHOST + but that also states no display setting, any idea what i am doing wrong?

root@hrdevdba1 network-scripts]# export DISPLAY=10.171.108.6:0.0
[root@hrdevdba1 network-scripts]# xhost +
xhost: unable to open display "10.171.108.6:0.0"
[root@hrdevdba1 network-scripts]# export DISPLAY=:0.0
[root@hrdevdba1 network-scripts]# xhost +

[Code]...

View 7 Replies View Related

OpenSUSE Install :: Two Versions 11.2 And 11.3 On One Machine?

Jul 17, 2010

1. I have dual booted Suse and Win Xp in past. Can idea be applied to different versions of Suse? I have a working Suse11.2 , and I have a spare partition (15GB) which can be re-formated.

2. Can i do a clean new install to the spare partition? Thus ending with two working Suse versions? ( Separate /home partitions). This would allow a) reserve of a working system while checking that 11.3 works. Then remove 11.2 later , and how to do that.

View 9 Replies View Related

Ubuntu Servers :: How To Install UEC In One Machine

Feb 28, 2010

does anyone know of an article that explains how to install all Ubuntu Elastic Cloud on one single machine?i understand that it should be ideally used with at least two; but i am trying to test it and i do not have two machines to use

View 5 Replies View Related

Ubuntu :: Install The 32 Bit Version Of R On Machine?

Mar 16, 2010

Here is my problem. I need to use a R (statistical software) library (FEAR) that is compiled for the 32 bit version of R. I have a 64 bit machine and am currently running th 64 bit version of R. My question is this:How can I install the 32 bit version of R on my machine?

View 2 Replies View Related

Ubuntu :: Install Covergloobus Into 10.10 Machine?

Mar 21, 2011

I am trying to install covergloobus into my 10.10 machine and am getting this error when running ./configure

Code:
configure:3862: error: cannot run /bin/bash ./config.sub

View 1 Replies View Related

Ubuntu :: 11.04 Does Not Install On Virtual Machine?

May 8, 2011

Linux ubuntu 11.04 does not install on my virtual machine? I have a problem installing ubuntu on my virtual machine. recently I downloaded ubuntu and burned it to a cd and a dvd. but now I have a problem, when after the setup is nearly 80% percent complete. the installation stops and says that cd or dvd has a problem. but I have tested the cd and dvd and even the dvd drive, also the .Iso file using 7zip and cd checker. I allocated 304 mb of ram out of 896 mb. I am using oracle vbox 4.0.6 and win xp as host.

View 3 Replies View Related

General :: Install Puppy Alone On P4 Machine?

May 17, 2010

I know there are many threads about dual boot linux windows. I did a search but couldn't find for this specific question. I'm planning to use Puppy Linux as my main OS on my P4 machine. I asked a friend of mine who knows Linux very well. I asked should I install Puppy alone on my P4 machine? He told me that I should dual boot with XP because sometimes Linux alone does not compatible with graphic card, sound card, Ethernet adapter, etc. If dual boot Linux with Windows. They both can share the same drivers. Is it true?

View 4 Replies View Related

Software :: Install On My Machine - How To Download

Feb 26, 2010

Would like to install linux on my machine. how to download it.

View 3 Replies View Related

CentOS 5 :: Install Xrdp On Machine?

Jun 23, 2009

Looking to install xrdp on my machine, but have not been able to do so. I have followed the directions that came with it, but the install command does not seem to work.

View 5 Replies View Related

Debian :: How To Install Windows On Virtual Xen Machine

Mar 30, 2010

How I can install Windows on my Virtual Xen Machine on my Debian Lenny HETZNER EQ4 Server.
I've found a old Tutorial but I don't understand it. I would like to ask you how I install Windows from a ISO. Image as a Guest on my Debian Host.

View 2 Replies View Related

Debian :: Is It Possible Net Install Of Squeeze From Virtual Machine?

Jan 7, 2011

i have debian lenny installed, download the debian-507-i386-netinst.iso and installed with the VirtualBox virtual machine, the network is working, when i run the apt-get update downloading the cache:

View 1 Replies View Related

Fedora Networking :: Install F On Pentium III Machine?

Oct 15, 2009

If I install Citrix in Fedora (or Ubuntu) will I be able to remote in to my computers using Rdesktop or the Terminal Services clients included with Windows? Will it be faster than VNC?

When I asked about using remote dektop on Linux I was told that RDP was a proprietary MS thing, but I read it's based off Citrix and Ctrix is actually a better version of it that supports more features and different OSes and not just Windows.

I just install Fedora on my Pentium III machine (with the drive tray). So now I am running it at home and school and I need a way to remote into it...

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved