You are not logged in.
Pages: 1
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
You need the verdict optional dep.
Check out https://wiki.archlinux.org/title/Pacman … cific_file
Offline
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
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
Pages: 1