Страница 1 из 1

[SOLVED] scikits missing

Добавлено: 06 фев 2014, 15:57
Mayavimmer
Package python-scikits was present in Mandriva 2011 but not ROSA Desktop Fresh 2012. Here is my M2011 setup:

Код: Выделить всё

$ cat /etc/issue
Mandriva Linux release 2011.0 (Official) for x86_64
Kernel 3.6.6-nrj-desktop-1mib on a 4-processor x86_64 / \l
$ urpmq -y scikits
python-scikits-audiolab
python-scikits-learn
python-scikits-samplerate
...and my R2012:

Код: Выделить всё

$ cat /etc/issue
ROSA Desktop Fresh R2 release 2012.1 for x86_64
Kernel 3.12.7-nrj-desktop-1rosa on a 4-processor x86_64 / \l
$ urpmq -y scikits
No package named scikits
The reason I need it is that I was trying to run some program I wrote in 2011 on my current R2012, but, surprise, it needs those missing rpms. In general it happens fairly frequently that I want to run old software, so is there an easy way to find out what Mandriva packages have been excluded from Rosa? Also, do I request scikits on rosa-devel?

Re: scikits missing

Добавлено: 06 фев 2014, 18:01
d_uragan
Yes, these modules were missing. I have recently built python-scikits-learn to contrib repo; which other modules do you need? I can see quite a few of them at pypi.org, but many modules (including audiolab and samplerate) have not been updated for years, so I am not sure if currently they are really used by people.

Re: scikits missing

Добавлено: 06 фев 2014, 19:22
Mayavimmer
I don't know what other rpms I need to resuscitate this project - that's why it might be nice to have a list of differences between Mandriva and Rosa.

BTW, now I see python-scikits-learn!

Код: Выделить всё

$ urpmq -y scikits
python-scikits-learn
It's on contrib/updates which I just checked gets auto updated. This mysterious behavior happened before! Did you just put it in the repo?

What do people use instead of audiolab and samplerate? Maybe I can substitute with little editing...

Re: scikits missing

Добавлено: 07 фев 2014, 11:01
d_uragan
Mayavimmer писал(а): It's on contrib/updates which I just checked gets auto updated. This mysterious behavior happened before! Did you just put it in the repo?
I have built the newer version for contrib. scikits-learn is actively developed, the latest version was released not long ago.
Mayavimmer писал(а):
What do people use instead of audiolab and samplerate? Maybe I can substitute with little editing...
I dont' know, I am not scikits expert at all:) But let's see, maybe I will be able to build audiolab and samplerate.

Re: scikits missing

Добавлено: 07 фев 2014, 13:39
Mayavimmer
d_uragan писал(а): I dont' know, I am not scikits expert at all:) But let's see, maybe I will be able to build audiolab and samplerate.
Super, if you would, thanks.

Re: scikits missing

Добавлено: 07 фев 2014, 16:19
d_uragan
seems to be building:) Should become available in repos during the day.

Re: scikits missing

Добавлено: 07 фев 2014, 20:01
Mayavimmer
Great, I installed audiolab and samplerate no prob! They import fine too :)
But now it asks for pylab :(
Can you do the same with pylab? Thanks.

Re: scikits missing

Добавлено: 08 фев 2014, 23:55
d_uragan
pylab module is provided by python-matplotlib package.

Re: scikits missing

Добавлено: 10 фев 2014, 01:37
Mayavimmer
Yes, it works now, thanks. Closing with [SOLVED]. Would still like to know what other Mandriva packages were dropped. Oh well, thanks anyway.