Package Details: rodeo 2.5.2-4

Git Clone URL: https://aur.archlinux.org/rodeo.git (read-only, click to copy)
Package Base: rodeo
Description: A data science IDE for Python
Upstream URL: https://www.yhat.com/products/rodeo
Keywords: ide python
Licenses: AGPL3
Submitter: xgdgsc
Maintainer: chendaniely
Last Packager: chendaniely
Votes: 11
Popularity: 0.000000
First Submitted: 2015-12-19 10:34 (UTC)
Last Updated: 2017-01-18 23:17 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

JohnRobson commented on 2022-04-15 17:01 (UTC)

Download: https://github.com/yhat/rodeo/releases/download/v2.5.2/rodeo_2.5.2_amd64.deb

JohnRobson commented on 2022-04-15 16:51 (UTC)

removing jupyter breaks dependency 'jupyter' required by rodeo

bquast commented on 2019-10-10 13:21 (UTC)

I get this error:

(rodeo:3363): Pango-ERROR **: 15:19:57.949: Harfbuzz version too old (1.2.7)

chendaniely commented on 2018-04-10 15:29 (UTC)

The current release is still 2.5.2 1. So I'm unflagging the "out of date". Please let me know if I missed something.

chendaniely commented on 2016-10-11 20:54 (UTC)

fusion809 I just reported that as an issue [1]. I'm rolling back the version number now. Thanks! [1] https://github.com/yhat/rodeo/issues/499

fusion809 commented on 2016-10-11 16:02 (UTC)

The present download URL (i.e., https://github.com/yhat/rodeo/releases/download/v2.4.3/rodeo-2.4.3.deb) is non-existent. This is because 2.4.3 is a Windows-only bug-fix release, per the release notes: https://github.com/yhat/rodeo/releases/v2.4.3.

chendaniely commented on 2016-09-12 22:34 (UTC)

Thanks fusion809: I just inherited the package from xgdgsc and so, changing the version number and md5sums just stopped working. Sorry for the delay everyone. I incorporated fusion809's PKGBUILD and updated to 2.2.0 - Dan

fusion809 commented on 2016-09-11 20:13 (UTC) (edited on 2016-09-11 20:17 (UTC) by fusion809)

I have a fixed PKGBUILD, but I'm not the maintainer, so I can't submit this update myself. But until its maintainer manages to get around to submitting this fixed PKGBUILD, you can use mine: # Maintainer: xgdgsc <xgdgsc@gmail.com> # Contributor: Brenton Horne <brentonhorne77@gmail.com> pkgname=rodeo pkgver=2.1.4 pkgrel=2 pkgdesc="A data science IDE for Python" url='https://www.yhat.com/products/rodeo' arch=('x86_64') depends=('jupyter' 'gconf') license=('AGPL3') install=rodeo.install md5sums_x86_64=('5484b763efcd9da4414be3a34d6c2907') source_x86_64=("https://github.com/yhat/rodeo/releases/download/v$pkgver/rodeo-$pkgver.deb") build() { cd "${srcdir}" # bsdtar should be used, instead of tar, as makepkg uses it to decompress # archives, so it's automatically available bsdtar -xf data.tar.gz } package() { mv "$srcdir/usr" "$pkgdir" mv "$srcdir/opt" "$pkgdir" }

linux-neophyte commented on 2016-09-11 20:09 (UTC)

Any new updates on this? I'm also having trouble installing this app.

fusion809 commented on 2016-09-07 04:59 (UTC) (edited on 2016-09-07 05:00 (UTC) by fusion809)

It's very simple, chendaniely. If you use an archive managing program like Ark you can see that the v2.1.4 deb package contains these files: 1. control.tar.gz 2. data.tar.gz 3. debian-binary the error building this package is giving me, at least, is: ==> Extracting sources... -> Extracting rodeo-2.1.4.deb with bsdtar ==> Removing existing $pkgdir/ directory... ==> Starting build()... tar: data.tar.xz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now Your PKGBUILD is trying to extract a file in the deb package called data.tar.xz, which is a mistake as it doesn't exist it should be trying to extract a file that does exist like data.tar.gz.