-
Notifications
You must be signed in to change notification settings - Fork 19
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
Problem running GIMIC on Ubuntu 23.10 #308
Comments
I also cannot reinstall because the following error occurs: In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/cwchar(44), In file included from /usr/include/c++/13/bits/move.h(37), In file included from /usr/include/c++/13/bits/move.h(37), In file included from /usr/include/c++/13/bits/move.h(37), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(79), In file included from /usr/include/c++/13/cstdlib(81), compilation aborted for /media/quark/M2/gimic_new/src/libgimic/GimicInterface.cpp (code 2) |
I had the same error. I had to edit the getkw.py file. The problem was solved by removing "commaSeparatedList," and "downcaseTokens," from lines 25 and 26, respectively. |
Thank you very much, it's working again! |
Dear GIMIC Developers,
Four months ago, I successfully installed your program on my computer. However, after a recent upgrade of the Ubuntu operating system to version 23.10, an issue with running GIMIC has arisen. When attempting to launch the program, I receive the following error:
Traceback (most recent call last): File "/home/quark/gimic/build/bin/gimic", line 21, in <module> from fgimic import getkw File "/home/quark/gimic/build/lib/python/site-packages/gimic/fgimic/getkw.py", line 20, in <module> from pyparsing import \ ImportError: cannot import name 'commaSeparatedList' from 'pyparsing' (/home/quark/anaconda3/lib/python3.10/site-packages/pyparsing/__init__.py)
I would greatly appreciate it if you could assist me in resolving this issue. I am willing to provide any additional information that may be required to troubleshoot and fix this error.
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: