Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. Spanish
  4. Compilar documentación para el asistente
Forum Update on Monday, May 27th 2025

Compilar documentación para el asistente

Scheduled Pinned Locked Moved Unsolved Spanish
1 Posts 1 Posters 446 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gilgamesh
    wrote on 27 Jul 2023, 07:23 last edited by Gilgamesh
    #1

    Hola, estoy tratando de compilar la documentación en un archivo .qhc para luego pasarlo al asistente pero me sale este error



    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
    or: setup.py --help [cmd1 cmd2 ...]
    or: setup.py --help-commands
    or: setup.py cmd --help

    error: option --doc-build-online not recognized
    Traceback (most recent call last):
    File "C:\Users\Runa\Documents\Proyectos PySide6\pyside-setup\setup.py", line 42, in <module>
    setup_runner.run_setup()
    File "C:\Users\Runa\Documents\Proyectos PySide6\pyside-setup\build_scripts\setup_runner.py", line 263, in run_setup
    raise RuntimeError(msg)
    RuntimeError:
    setup.py invocation failed with exit code: 1.

    setup.py invocation was: C:\Users\Runa\AppData\Local\Programs\Python\Python311\python.exe setup.py --doc-build-online --qtpaths=C:\Python311\Lib\site-packages\qt6_applications\Qt\bin\qtpaths.exe --qt-src-dir=C:\Users\Runa\Documents\Proyectos PySide6\pyside-setup\sources\pyside6\doc\snippets\qtbase --internal-build-type=shiboken6

    esta es la instrucción que hago para crearlo

    👇
    py setup.py --doc-build-online --qtpaths=C:\Python311\Lib\site-packages\qt6_applications\Qt\bin\qtpaths.exe --qt-src-dir=C:\Users\Runa\Documents\Proyectos PySide6\pyside-setup\sources\pyside6\doc\snippets\qtbase

    Estas son las librerías que tengo instaladas en Python

    y por lo que entiendo no me hace falta ninguna


    Package Version


    alabaster 0.7.13
    altgraph 0.17.3
    annotated-types 0.5.0
    anyio 3.7.1
    asgiref 3.7.2
    Babel 2.12.1
    beautifulsoup4 4.12.2
    blinker 1.6.2
    build 0.10.0
    certifi 2023.7.22
    charset-normalizer 3.2.0
    click 8.1.6
    colorama 0.4.6
    copier 8.1.0
    decorator 5.1.1
    Django 4.2.3
    docutils 0.20.1
    dunamai 1.18.0
    Flask 2.3.2
    flet 0.8.4
    flet-core 0.8.4
    flet-runtime 0.8.4
    funcy 2.0
    furo 2023.7.26
    graphviz 0.20.1
    h11 0.14.0
    httpcore 0.17.3
    httpx 0.24.1
    idna 3.4
    imageio 2.31.1
    imagesize 1.4.1
    itsdangerous 2.1.2
    Jinja2 3.1.2
    jinja2-ansible-filters 1.3.2
    markdown-it-py 3.0.0
    MarkupSafe 2.1.3
    mdit-py-plugins 0.4.0
    mdurl 0.1.2
    myst-parser 2.0.0
    Nuitka 1.7.6
    numpy 1.25.1
    oauthlib 3.2.2
    ordered-set 4.1.0
    packaging 23.1
    pathspec 0.11.1
    pefile 2023.2.7
    pep517 0.13.0
    Pillow 10.0.0
    pip 23.2.1
    pip-review 1.3.0
    plumbum 1.8.2
    prompt-toolkit 3.0.39
    pydantic 2.1.1
    pydantic_core 2.4.0
    Pygments 2.15.1
    pyinstaller 5.13.0
    pyinstaller-hooks-contrib 2023.6
    PyOpenGL 3.1.7
    pypng 0.20220715.0
    pyproject_hooks 1.0.0
    PyQt6 6.5.2
    PyQt6-Qt6 6.5.2
    PyQt6-sip 13.5.2
    PySide6 6.5.2
    PySide6-Addons 6.5.2
    PySide6-Essentials 6.5.2
    pywin32 306
    pywin32-ctypes 0.2.2
    PyYAML 6.0.1
    pyyaml-include 1.3.1
    qrcode 7.4.2
    questionary 1.10.0
    repath 0.9.0
    requests 2.31.0
    setuptools 68.0.0
    shiboken6 6.5.2
    six 1.16.0
    sniffio 1.3.0
    snowballstemmer 2.2.0
    soupsieve 2.4.1
    Sphinx 7.1.0
    sphinx-basic-ng 1.0.0b2
    sphinx-copybutton 0.5.2
    sphinx_design 0.4.1
    sphinxcontrib-applehelp 1.0.4
    sphinxcontrib-devhelp 1.0.2
    sphinxcontrib-htmlhelp 2.0.1
    sphinxcontrib-jsmath 1.0.1
    sphinxcontrib-qthelp 1.0.3
    sphinxcontrib-serializinghtml 1.1.5
    sqlparse 0.4.4
    tomli 2.0.1
    typing_extensions 4.7.1
    tzdata 2023.3
    urllib3 2.0.4
    watchdog 3.0.0
    wcwidth 0.2.6
    websocket-client 1.6.1
    websockets 11.0.3
    Werkzeug 2.3.6
    wheel 0.41.0
    zstandard 0.21.0

    uso Windows 10

    1 Reply Last reply
    0

    1/1

    27 Jul 2023, 07:23

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved