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

Error with latest code #202

Open
prasantapaul93 opened this issue May 27, 2024 · 1 comment
Open

Error with latest code #202

prasantapaul93 opened this issue May 27, 2024 · 1 comment

Comments

@prasantapaul93
Copy link

I cloned the repository and then I did git pull to get the latest code. With this latest code, I am getting the following error:
Traceback (most recent call last):
File "/home/Prasanta/anaconda3/bin/geometric-optimize", line 33, in
sys.exit(load_entry_point('geometric==1.0.1+226.g72443c8.dirty', 'console_scripts', 'geometric-optimize')())
File "/home/Prasanta/anaconda3/lib/python3.8/site-packages/geometric-1.0.1+226.g72443c8.dirty-py3.8.egg/geometric/optimize.py", line 1356, in main
File "/home/Prasanta/anaconda3/lib/python3.8/site-packages/geometric-1.0.1+226.g72443c8.dirty-py3.8.egg/geometric/optimize.py", line 1150, in run_optimizer
File "/home/Prasanta/anaconda3/lib/python3.8/logging/config.py", line 71, in fileConfig
formatters = _create_formatters(cp)
File "/home/Prasanta/anaconda3/lib/python3.8/logging/config.py", line 104, in _create_formatters
flist = cp["formatters"]["keys"]
File "/home/Prasanta/anaconda3/lib/python3.8/configparser.py", line 960, in getitem
raise KeyError(key)
KeyError: 'formatters'

how to solve this?

@leeping
Copy link
Owner

leeping commented Jun 5, 2024

I've never seen this error before. It is coming from the configuration of the logger. Have you tried with Python 3.9?

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