You are not logged in.

#1 2024-02-04 15:52:39

grotesqueimpalement
Member
Registered: 2024-02-04
Posts: 18

[SOLVED] Unable to run vtk

I installed VTK using the Pacman package manager. However, when attempting to import VTK in Python, I encountered the following error:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/vtk.py", line 5, in <module>
    from vtkmodules.vtkWebCore import *
ImportError: libverdict.so.1.4: cannot open shared object file: No such file or directory

I am relatively new to the Arch Linux distribution. I executed the pacman -Syu command and installed all dependencies that I could find in the forums related to VTK errors.
Please direct me towards some sort of solution ....

Last edited by grotesqueimpalement (2024-02-04 17:10:27)

Offline

#2 2024-02-04 15:55:32

Scimmia
Fellow
Registered: 2012-09-01
Posts: 12,748

Re: [SOLVED] Unable to run vtk

You need the verdict optional dep.

Check out https://wiki.archlinux.org/title/Pacman … cific_file

Offline

#3 2024-02-04 16:28:43

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 12,816
Website

Re: [SOLVED] Unable to run vtk

Please edit your topic title to remove the redundant [HELP] tag.

https://wiki.archlinux.org/title/Genera … ow_to_post

Mod note: Moving to NC.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2024-02-04 17:08:20

grotesqueimpalement
Member
Registered: 2024-02-04
Posts: 18

Re: [SOLVED] Unable to run vtk

Scimmia wrote:

You need the verdict optional dep.

Check out https://wiki.archlinux.org/title/Pacman … cific_file


Thankyou so so much... worked like a charm!

Offline

Board footer

Powered by FluxBB