Open grylls opened 4 years ago
First of all, sorry for the delay in getting back to you.
Is this using Windows? Does the error output give you any other information (for example, where the ImportError is)?
Np, Yeah in windows.
(base) C:\Users\dubey>genxword word_list.txt n
Traceback (most recent call last):
File "c:\users\dubey\anaconda3\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "c:\users\dubey\anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, runglobals)
File "C:\Users\dubey\Anaconda3\Scripts\genxword.exe__main__.py", line 5, in
Trying to install gi/pgi , getting error
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Could you try running pip install PyGObject
and see if that works?
nope its already there Requirement already satisfied: PyGObject in c:\users\dubey\anaconda3\lib\site-packages (3.30.5)
Do have Gtk installed? If it is installed, is it a recent version?
I think you will need to install a fairly recent version of Gtk. There seem to be quite a few guides online for installing Gtk on Windows - I cannot recommend any of them in particular because I do not use Windows.
Installed it today. But same error
I don't know what to suggest next. I will add a note to the README explaining that it is clearly 'difficult' to get this working on Windows at the moment.
There is an issue (#22) about allowing users to install just the command-line interface, and if and when I have the time to do that, then you will be able to install that on Windows.
Thanks for reverting back.
Yep, stuck on the same error. I installed msys to install most of the dependencies but now I am stuck on this import gi error.
Getting this error when using python 3.7.4.