You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/programmer/.local/bin/dompare", line 8, in <module>
sys.exit(main())
File "/home/programmer/.local/lib/python3.9/site-packages/dompare/__init__.py", line 161, in main
logger = create_logger(args.verbose)
File "/home/programmer/.local/lib/python3.9/site-packages/dompare/__init__.py", line 24, in create_logger
levelname=dict(color='yellow', bold=coloredlogs.CAN_USE_BOLD_FONT),
AttributeError: module 'coloredlogs' has no attribute 'CAN_USE_BOLD_FONT'
The text was updated successfully, but these errors were encountered:
hi @iamtalhaasghar ,
Thanks for trying dompare :)
I guess this issue is related about the version of coloredlogs you are using. Can you print the version of it by running commands below:
pip3 list |grep coloredlogs
One of quick solution of this issue is installing the certain version of coloredlogs that works for me:
Stacktrace:
The text was updated successfully, but these errors were encountered: