Package Details: python-tensorrt 10.14.1.48-1

Git Clone URL: https://aur.archlinux.org/tensorrt.git (read-only, click to copy)
Package Base: tensorrt
Description: A platform for high-performance deep learning inference on NVIDIA hardware (python bindings and tools)
Upstream URL: https://developer.nvidia.com/tensorrt/
Keywords: ai artificial intelligence nvidia
Licenses: Apache-2.0 AND LicenseRef-TensorRT-LICENSE-AGREEMENT AND LicenseRef-Python-TensorRT-LICENSE-AGREEMENT
Provides: python-onnx-graphsurgeon, python-polygraphy, python-tensorflow-quantization
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 21
Popularity: 0.151310
First Submitted: 2018-07-29 16:17 (UTC)
Last Updated: 2025-11-08 20:20 (UTC)

Sources (12)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

dbermond commented on 2024-01-18 02:46 (UTC)

@gbin This warning is not related to the package itself. It means that the underlying makepkg command invoked by the AUR helper is not doing a clean build. Again, AUR helpers are not supported, use makepkg.

gbin commented on 2024-01-10 15:52 (UTC) (edited on 2024-01-10 15:53 (UTC) by gbin)

@dbermond Interestingly, something changed and it started to work with paru. Thank you for maintaining the package. It gives out a warning during install maybe the flakiness is related to it?

==> Checking runtime dependencies...                                                                                                                                                                                                    
==> Checking buildtime dependencies...                                                                                                                                                                                                  
==> WARNING: Using existing $srcdir/ tree                                                                                                                                                                                               
==> Starting pkgver()...                                                                                                                                                                                                                
==> Starting build()...  

dbermond commented on 2024-01-04 20:13 (UTC)

@gbin I've just checked, and the package is building fine. You are using an AUR helper, and this is not supported. Use makepkg.

gbin commented on 2024-01-04 03:02 (UTC)

It compiles but not install correctly for me:

-- Installing: /home/gbin/.cache/paru/clone/tensorrt/pkg/tensorrt/usr/lib/libnvonnxparser_static.a                                                                                                                                                                    
==> Tidying install...                                                                                                                                                                                                                                                
  -> Removing libtool files...                                                                                                                                                                                                                                        
  -> Purging unwanted files...                                                                                                                                                                                                                                        
  -> Removing static library files...                                                                                                                                                                                                                                 
  -> Stripping unneeded symbols from binaries and libraries...                                                                                                                                                                                                        
  -> Compressing man and info pages...                                                                                                                                                                                                                                
==> Checking for packaging issues...                                                                                                                                                                                                                                  
==> WARNING: Package contains reference to $srcdir                                                                                                                                                                                                                    
usr/lib/libnvinfer_plugin.so.9.2.0                                                                                                                                                                                                                                    
usr/lib/libnvinfer_vc_plugin.so.9.2.0                                                                                                                                                                                                                                 
usr/lib/libnvonnxparser.so.9.2.0                                                                                                                                                                                                                                      
usr/lib/libnvonnxparser_static.a                                                                                                                                                                                                                                      
usr/lib/libnvinfer_plugin_static.a                                                                                                                                                                                                                                    
==> Creating package "tensorrt"...                                                                                                                                                                                                                                    
  -> Generating .PKGINFO file...                                                                                                                                                                                                                                      
  -> Generating .BUILDINFO file...                                                                                                                                                                                                                                    
  -> Generating .MTREE file...                                                                                                                                                                                                                                        
  -> Compressing package...                                                                                                                                                                                                                                           
==> Starting package_python-tensorrt()...                                                                                                                                                                                                                             
/home/gbin/.cache/paru/clone/tensorrt/PKGBUILD: line 152: cd: /home/gbin/.cache/paru/clone/tensorrt/src/TensorRT/tools/onnx-graphsurgeon/dist: No such file or directory                                                                                              
==> ERROR: A failure occurred in package_python-tensorrt().                                                                                                                                                                                                           
    Aborting...                                                                                                                                                                                                                                                       
error: failed to build 'tensorrt-9.2.0.5-1':                                                                                                                                                                                                                          
error: packages failed to build: tensorrt-9.2.0.5-1 

dbermond commented on 2023-12-04 01:18 (UTC)

@ioctl I could not get what you mean. What exactly do you think is missing?

ioctl commented on 2023-12-03 21:42 (UTC)

It seems, in PKGBUILD missed dependency to the needed python-tensorrt package.

FuzzyAtish commented on 2023-10-24 17:07 (UTC)

@gilvbp My issue was that the python-onnx was tied to and older version of protobuf (23 vs current, 24). After reinstalling python-onnx, it installed without any hitch.

dbermond commented on 2023-10-23 16:11 (UTC)

@gilvbp Package is building fine.

gilvbp commented on 2023-10-22 19:19 (UTC)

Has anyone been successful in constructing this version (9.1.0.4-1)?