惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Blog — PlanetScale
Blog — PlanetScale
PCI Perspectives
PCI Perspectives
K
Kaspersky official blog
T
Tenable Blog
Help Net Security
Help Net Security
Vercel News
Vercel News
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
F
Fortinet All Blogs
罗磊的独立博客
P
Palo Alto Networks Blog
爱范儿
爱范儿
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
Security Archives - TechRepublic
Security Archives - TechRepublic
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
人人都是产品经理
人人都是产品经理
L
LangChain Blog
Recent Announcements
Recent Announcements
有赞技术团队
有赞技术团队
博客园_首页
D
Darknet – Hacking Tools, Hacker News & Cyber Security
H
Help Net Security
S
Secure Thoughts
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Project Zero
Project Zero
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
V
V2EX
Last Week in AI
Last Week in AI
H
Heimdal Security Blog
U
Unit 42
Y
Y Combinator Blog
The GitHub Blog
The GitHub Blog
SecWiki News
SecWiki News
量子位
博客园 - 【当耐特】
Martin Fowler
Martin Fowler
NISL@THU
NISL@THU
S
Securelist
P
Proofpoint News Feed
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
云风的 BLOG
云风的 BLOG
I
Intezer
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园 - Franky
Cisco Talos Blog
Cisco Talos Blog
小众软件
小众软件
C
CXSECURITY Database RSS Feed - CXSecurity.com

AUR Newest Packages

AUR (en) - xcute AUR (en) - wallrift AUR (en) - smolvm-git AUR (en) - smolvm-bin AUR (en) - smolvm AUR (en) - android-cli AUR (en) - rs-top AUR (en) - rudo-bin AUR (en) - marmalade-bin AUR (en) - clawx-appimage AUR (en) - echomusic-appimage AUR (en) - vermouth AUR (en) - mautrix-telegram-bin AUR (en) - ketesa AUR (en) - clawd-on-desk-bin AUR (en) - rebased-bin AUR (en) - oxideterm-bin AUR (en) - shed-sh AUR (en) - quillscribe AUR (en) - haus-bin AUR (en) - stably-orca-bin AUR (en) - reflection AUR (en) - emerald-legacy-launcher-git AUR (en) - kwim AUR (en) - omarchy-emacs AUR (en) - pentest-ghostwriter AUR (en) - papagaia AUR (en) - outport-bin AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - zeed-bin AUR (en) - dwl-git-azerty AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-git AUR (en) - giff-git AUR (en) - budget-tracker-bin AUR (en) - budget-tracker AUR (en) - codebase-memory-mcp-bin AUR (en) - codebase-memory-mcp-bin AUR (en) - tasks-bin AUR (en) - ruri-git AUR (en) - gitmun-bin AUR (en) - python-cozempic AUR (en) - vim-prosession AUR (en) - paintfe-bin AUR (en) - paintfe AUR (en) - drop-bin AUR (en) - tritium-launcher-bin AUR (en) - solidc-git AUR (en) - paseo-desktop-bin AUR (en) - dota2-minify-bin AUR (en) - yt-dvr AUR (en) - enneagram AUR (en) - excalidraw-desktop-bin AUR (en) - binaryobjectscanner-bin AUR (en) - openring-rs AUR (en) - openring-rs-bin AUR (en) - brave-origin-beta-bin AUR (en) - whisper.cpp-cuda-bin AUR (en) - libggml-cuda-bin AUR (en) - revdiff AUR (en) - tdesktop-nolimit AUR (en) - cert-checker AUR (en) - yaak-cli AUR (en) - yaak-cli-bin AUR (en) - deez-notes-bin AUR (en) - goosestation-libretro AUR (en) - whispers-cuda-bin AUR (en) - kei AUR (en) - foxguard AUR (en) - hyprlogin-git AUR (en) - kebiki AUR (en) - runex AUR (en) - ikuai-cli AUR (en) - whispers-bin AUR (en) - pipeweaver-app AUR (en) - pipeweaver AUR (en) - agentop-bin AUR (en) - cosmic-ext-connected-git AUR (en) - kwin-dual-mode AUR (en) - skwd-daemon AUR (en) - ter-music-cn AUR (en) - elio-bin AUR (en) - keyboard-chattering-fix-git AUR (en) - qtkeychain-qt5 AUR (en) - gesturecontrol AUR (en) - sharey AUR (en) - ouijit-bin AUR (en) - usque-bin AUR (en) - twig-bin AUR (en) - ascendara-bin
AUR (en) - python-trame-vtk
2026-06-13 · via AUR Newest Packages

When trying to install this package, a test is failing : (output shortened on '_-=' lines and Param/Return descriptions)

======================================== FAILURES ===
________________________________________ test_export ___

self = <pyvista.plotting.plotter.Plotter object at 0x7fe78ef0c980>, filename = None, format = 'zip'

    def export_vtksz(
        self,
        filename: str | Path | None = 'scene-export.vtksz',
        format: Literal['zip', 'json'] = 'zip',  # noqa: A002
    ) -> str | Path:
        """Export this plotter as a VTK.js OfflineLocalView file.

        The exported file can be viewed with the OfflineLocalView viewer
        available at https://kitware.github.io/vtk-js/examples/OfflineLocalView.html

        Parameters
        ----------
        [...]
        Returns
        -------
        [...]
        """
        try:
>           from pyvista.trame import PyVistaLocalView  # noqa: PLC0415
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

/usr/lib/python3.13/site-packages/pyvista/plotting/plotter.py:755: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.13/site-packages/pyvista/trame/__init__.py:9: in <module>
    from pyvista.trame.jupyter import elegantly_launch
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

    """Trame utilities for running in Jupyter."""

    from __future__ import annotations

    import asyncio
    import logging
    import os
    from typing import TYPE_CHECKING
    from typing import Literal
    import warnings

    from trame.widgets import html as html_widgets
    from trame.widgets import vtk as vtk_widgets
>   from trame.widgets import vuetify as vuetify2_widgets
E   ImportError: cannot import name 'vuetify' from 'trame.widgets' (/tmp/makepkg/python-trame-vtk/src/trame-vtk-2.10.0/test-env/lib/python3.13/site-packages/trame/widgets/__init__.py)

/usr/lib/python3.13/site-packages/pyvista/trame/jupyter.py:14: ImportError

During handling of the above exception, another exception occurred:

    @pytest.mark.asyncio
    async def test_export():
        mesh = examples.load_uniform()
        plotter = pv.Plotter(shape=(1, 2))
        plotter.add_mesh(mesh, scalars="Spatial Point Data", show_edges=True)
        plotter.subplot(0, 1)
        plotter.add_mesh(mesh, scalars="Spatial Cell Data", show_edges=True)
>       plotter.export_html("pv.html")

tests/test_export.py:15: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.13/site-packages/pyvista/plotting/plotter.py:712: in export_html
    data = self.export_vtksz(filename=None)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

self = <pyvista.plotting.plotter.Plotter object at 0x7fe78ef0c980>, filename = None, format = 'zip'

    def export_vtksz(
        self,
        filename: str | Path | None = 'scene-export.vtksz',
        format: Literal['zip', 'json'] = 'zip',  # noqa: A002
    ) -> str | Path:
        """Export this plotter as a VTK.js OfflineLocalView file.

        The exported file can be viewed with the OfflineLocalView viewer
        available at https://kitware.github.io/vtk-js/examples/OfflineLocalView.html

        Parameters
        ----------
        [...]
        Returns
        -------
        [...]
        """
        try:
            from pyvista.trame import PyVistaLocalView  # noqa: PLC0415
            from pyvista.trame.jupyter import elegantly_launch  # noqa: PLC0415
            from pyvista.trame.views import get_server  # noqa: PLC0415
        except ImportError:  # pragma: no cover
            msg = 'Please install trame dependencies: pip install "pyvista[jupyter]"'
>           raise ImportError(msg)
E           ImportError: Please install trame dependencies: pip install "pyvista[jupyter]"

/usr/lib/python3.13/site-packages/pyvista/plotting/plotter.py:760: ImportError
======================================== short test summary info ===
FAILED tests/test_export.py::test_export - ImportError: Please install trame dependencies: pip install "pyvista[jupyter]"
======================================== 1 failed, 1 passed, 3 deselected in 1.57s ===

I installed every python-trame- package except -vuefity (conflict w displaycal) and -rca (pkg pillow_avif missing in a test). Am I missing some python-jupyter or jupyter* pkgs? Or is it an upstream problem?

==> Starting package()...
mv: cannot move '/build/python-trame-vtk/src/package/dist/vue-vtk.umd.js' to '/build/python-trame-vtk/pkg/python-trame-vtk/usr/lib/python3.13/site-packages/trame_vtk/modules/common/serve/trame-vtk.js': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...

https://github.com/arch4edu/cactus/actions/runs/15508052891/job/43775096074

Build is breaking because a file is failing validity check.

==> Making package: python-trame-vtk 2.5.8-1 (Wed 13 Sep 2023 04:13:25 PM MDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading trame-vtk-2.5.8.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  531k    0  531k    0     0   676k      0 --:--:-- --:--:-- --:--:-- 4504k
  -> Downloading vue-vtk-js-3.1.7.tgz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  930k  100  930k    0     0  2776k      0 --:--:-- --:--:-- --:--:-- 2786k
  -> Downloading OfflineLocalView.html...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  889k  100  889k    0     0  4202k      0 --:--:-- --:--:-- --:--:-- 4217k
==> Validating source files with sha512sums...
    trame-vtk-2.5.8.tar.gz ... Passed
    vue-vtk-js-3.1.7.tgz ... Passed
    OfflineLocalView.html ... FAILED
==> ERROR: One or more files did not pass the validity check!