Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: cannot import name 'fife' from 'fife' #2959

Open
jkpj22 opened this issue Jun 10, 2023 · 1 comment
Open

ImportError: cannot import name 'fife' from 'fife' #2959

jkpj22 opened this issue Jun 10, 2023 · 1 comment

Comments

@jkpj22
Copy link

jkpj22 commented Jun 10, 2023

Hello, I get this error when I try to run the game by:
./run_uh.py

Traceback (most recent call last):
  File "/home/jkpj/unknown-horizons/./run_uh.py", line 381, in <module>
    main()
  File "/home/jkpj/unknown-horizons/./run_uh.py", line 109, in main
    import horizons.main
  File "/home/jkpj/unknown-horizons/horizons/main.py", line 41, in <module>
    from fife import fife as fife_module
ImportError: cannot import name 'fife' from 'fife' (/home/jkpj/.local/lib/python3.10/site-packages/fife/__init__.py)

Can you please help to debug this? I am not developer, I tried to google it, I found some info about circular dependencies, but I don't know what to do about it.

@LinuxDonald
Copy link
Member

Have you fife and fifechan installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants