Hello
Does anyone know why python-pandas package is not available?
~$ sudo apt-get install python-pandas
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package python-pandas
What is the best solution to install it in Ubuntu 10.04?
I'm new to Linux and am trying to set up Python / Django on my machine! I installed Python 3.3 from the source file and it was compiled into /usr/local/bin.
I'm looking to create a rpm for this tarball and couldn't figure out which files needed to be included in the package after the install. I am used to compiling some code and including the binary output; however, since this is all python and seems to use distutils to install everything is there even bin/executable to include in the package?
I just upgraded to Ubuntu 12.10, am fooling around with some Python code. In earlier releases, I used to be able to do:
import speechd
And now I get that the module does not exist.
I have a package that depends on an old version of tornado:
[DEFAULT]
Package: tonythepony
Depends: python-tornado (<= 1.3), python-git
There is a repository that provides python-tornado=1.2.1-1, none the less, I get this error message:
The following packages have unmet dependencies:
tonythepony : Depends: python-tornado (<= 1.3) but 2.1.0-2ubuntu0.1 is to be installed
E: Unable to corr
Hello
I am trying to install sqlite-python package in my FC11 machine. Could some one please give me procedure for the same. I couldn't find an rpm to install.
Thanks
~B
I'm afraid I've been a bit naughty.
I tried to purge the installation of a broken package, which I understood removed the entire package, configuration files, everything.
When I still couldn't install the package again, I looked at the files in /usr/lib/ and notioced that the packages files were still there.
This is where I did something really silly; I manually deleted directories contai
Given some python package in /usr/share/pyshared/ or /usr/lib/pythonX.Y/dist-packages/ (take python-numpy or python-scipy for example), how do I add that package to a virtualenv?
I have Ubuntu 8.04.3 LTS and ran this:
$ sudo apt-get install python2.7
I got this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package python2.7
It can find python2.5, so I don't think I spelled the package name wrong. I wonder if it's because I'm on an older version of Ubuntu (2008).