Bug 2219313 - Setzer fails to start due to a missing bibtexparser module.
Summary: Setzer fails to start due to a missing bibtexparser module.
Keywords:
Status: CLOSED DUPLICATE of bug 2219307
Alias: None
Product: Fedora
Classification: Fedora
Component: setzer
Version: 38
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Lyes Saadi
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-07-03 08:26 UTC by Lukas Ruzicka
Modified: 2023-07-05 02:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-07-05 02:28:43 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lukas Ruzicka 2023-07-03 08:26:56 UTC
When Setzer is installed via Software, it fails to start afterwards complaining about a missing module.

===
Traceback (most recent call last):
  File "/usr/bin/setzer", line 31, in <module>
    from setzer.workspace.workspace import Workspace
  File "/usr/lib/python3.11/site-packages/setzer/workspace/workspace.py", line 24, in <module>
    from setzer.document.document import Document
  File "/usr/lib/python3.11/site-packages/setzer/document/document.py", line 19, in <module>
    import setzer.document.state_manager.state_manager as state_manager
  File "/usr/lib/python3.11/site-packages/setzer/document/state_manager/state_manager.py", line 21, in <module>
    from setzer.app.service_locator import ServiceLocator
  File "/usr/lib/python3.11/site-packages/setzer/app/service_locator.py", line 27, in <module>
    import setzer.app.autocomplete_provider.autocomplete_provider as autocomplete_provider
  File "/usr/lib/python3.11/site-packages/setzer/app/autocomplete_provider/autocomplete_provider.py", line 25, in <module>
    import bibtexparser
ModuleNotFoundError: No module named 'bibtexparser'
===

The python3-bibtexparser must be installed to address this issue. This package should become one of the requirements so that it gets installed automatically with the Setzer application.

Reproducible: Always

Steps to Reproduce:
1. Install Setzer using Software.
2. Try running the application.

Actual Results:  
See above.

Expected Results:  
Application runs normally without issues.

Comment 1 Lyes Saadi 2023-07-05 02:28:43 UTC

*** This bug has been marked as a duplicate of bug 2219307 ***


Note You need to log in before you can comment on or make changes to this bug.