pyfa-org / Pyfa

Python fitting assistant, cross-platform fitting tool for EVE Online
GNU General Public License v3.0
1.6k stars 402 forks source link

ModuleNotFoundError: No module named 'roman' #2522

Closed clevNull closed 8 months ago

clevNull commented 1 year ago

Bug Report

pyfa v2.53.0 EVE Data Version: 2291895 (2023-06-13 18:48:15)

OS version: Linux-6.4.2-arch1-1-x86_64-with-glibc2.37 Python version: 3.11.3 (main, Jun 5 2023, 09:32:32) [GCC 13.1.1 20230429] wxPython version: 4.2.0 (wxWidgets 3.2.2.1) SQLAlchemy version: 1.3.24 Logbook version: 1.5.3 Requests version: 2.28.2 Dateutil version: 2.8.2

####################

Traceback (most recent call last): File "/usr/share/pyfa/pyfa.py", line 148, in from gui.mainFrame import MainFrame File "/usr/share/pyfa/gui/mainFrame.py", line 47, in from gui.characterEditor import CharacterEditor File "/usr/share/pyfa/gui/characterEditor.py", line 23, in import roman ModuleNotFoundError: No module named 'roman'

Expected behavior:

start pyfa from konsole

Actual behavior:

error

Detailed steps to reproduce:

  1. start konsole from Run
  2. start pyfa from konsole

Fits involved in EFT format (Edit > To Clipboard > EFT):

Release or development git branch? Please note the release version or commit hash:

origin/master

Operating system and version (eg: Windows 10, OS X 10.9, OS X 10.11, Ubuntu 16.10):

6.4.2-arch1-1

Other relevant information:

solved:

from file characterEditor.py comment line 23:import roman

from file characterSelection.py comment line 25:import roman

DarkFenX commented 8 months ago

It is specified in requirements.txt file. You don't run the program without dependencies installed