This package is now broken: missing dependency protobuf-static.
Does anyone need it, btw?
Git Clone URL: | https://aur.archlinux.org/cntk.git (read-only, click to copy) |
---|---|
Package Base: | cntk |
Description: | Microsoft Cognitive Toolkit (CNTK), an open source deep-learning toolkit |
Upstream URL: | https://github.com/Microsoft/cntk |
Licenses: | custom |
Submitter: | petronny |
Maintainer: | joaquinito2051 |
Last Packager: | petronny |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-02 19:16 (UTC) |
Last Updated: | 2019-07-02 07:12 (UTC) |
This package is now broken: missing dependency protobuf-static.
Does anyone need it, btw?
Prebuilt binaries of this package can be found in arch4edu.
About this package, I'm updating it but it will take quite some time.
And I will:
And finally, I wish the best for the future of cntk.
Old soldiers never die. They just fade away.
@kgizdov Uninstall the previous version should work. I will find a way to fix it in PKGBUILD later.
The package seems to try to access system libraries during packaging. This looks like a serious bug to me:
==> Starting package()...
Processing ./cntk_gpu-2.5.1-cp36-cp36m-linux_x86_64.whl
Requirement already satisfied: scipy>=0.17 in /usr/lib/python3.6/site-packages (from cntk-gpu==2.5.1)
Requirement already satisfied: numpy>=1.11 in /usr/lib/python3.6/site-packages (from cntk-gpu==2.5.1)
Installing collected packages: cntk-gpu
Found existing installation: cntk-gpu 2.5
Uninstalling cntk-gpu-2.5:
Exception:
Traceback (most recent call last):
File "/usr/lib/python3.6/shutil.py", line 544, in move
os.rename(src, real_dst)
OSError: [Errno 18] Invalid cross-device link: '/usr/lib/python3.6/site-packages/_cntk_py.cpython-36m-x86_64-linux-gnu.so' -> '/tmp/pip-2g4pna3j-uninstall/usr/lib/python3.6/site-packages/_cntk_py.cpython-36m-x86_64-linux-gnu.so'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/usr/lib/python3.6/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/usr/lib/python3.6/site-packages/pip/req/req_set.py", line 778, in install
requirement.uninstall(auto_confirm=True)
File "/usr/lib/python3.6/site-packages/pip/req/req_install.py", line 754, in uninstall
paths_to_remove.remove(auto_confirm)
File "/usr/lib/python3.6/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
File "/usr/lib/python3.6/site-packages/pip/utils/__init__.py", line 267, in renames
shutil.move(old, new)
File "/usr/lib/python3.6/shutil.py", line 559, in move
os.unlink(src)
PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.6/site-packages/_cntk_py.cpython-36m-x86_64-linux-gnu.so'
In order to build the latest version, I had to use cub 1.7.4 (and not 1.8.0, currently in AUR) and downgrade openmpi to version 1.1.x (currently using openmpi-cuda)
Pinned Comments
petronny commented on 2019-07-05 09:13 (UTC)
Prebuilt binaries of this package can be found in arch4edu.