Package Details: python-pytorch-git 1.3.1.r22820.1350b99de4-1

Git Clone URL: https://aur.archlinux.org/python-pytorch-git.git (read-only, click to copy)
Package Base: python-pytorch-git
Description: Tensors and Dynamic neural networks in Python with strong GPU acceleration
Upstream URL: https://pytorch.org
Licenses: BSD
Submitter: zsrkmyn
Maintainer: VitalyR
Last Packager: hottea
Votes: 2
Popularity: 0.000000
First Submitted: 2017-03-15 20:57 (UTC)
Last Updated: 2019-11-28 13:10 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

zsrkmyn commented on 2017-10-27 15:15 (UTC)

@petronny, 能把你加成 co-maintainer 吗?我现在没有服务器了,平时就不能编译这些包了,也不知道什么时候会出问题,以及出了问题修好没……

petronny commented on 2017-10-03 07:07 (UTC)

呃 cd "$srcdir" 这句还没加上啊

ooxxcc commented on 2017-09-27 11:50 (UTC) (edited on 2017-09-27 11:51 (UTC) by ooxxcc)

this PKGBUILD failed to build please add this line --- a/PKGBUILD.old +++ b/PKGBUILD @@ -29,6 +29,7 @@ prepare() { cd "$srcdir/${_pkgname}" git submodule update --init + cd "$srcdir" cp -a "${_pkgname}" "${_pkgname}-py2" cd "${_pkgname}" sed -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \

petronny commented on 2017-09-17 06:49 (UTC)

请在prepare开头加上 cd ${_pkgname} git submodule update --init

petronny commented on 2017-09-04 08:05 (UTC)

==> Starting prepare()... ==> Starting pkgver()... ==> Updated version: python-pytorch-git 0.1.11.r1450.g40ca356d-1 ==> Starting build()... ==> Building Python 2 Could not find /build/python-pytorch-git/src/pytorch-py2/torch/lib/gloo/CMakeLists.txt Did you run 'git submodule update --init'? ==> ERROR: A failure occurred in build(). Aborting... 没试应该怎么改。。。

petronny commented on 2017-04-10 14:34 (UTC) (edited on 2017-04-10 14:55 (UTC) by petronny)

13行depennds拼写。。。 makedepends少git,python-yaml,python2-yaml