yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.27k stars 120 forks source link

DeprecationWarning on macOS with Meld 3.21.0.osx4 #156

Closed Alfystar closed 2 months ago

Alfystar commented 4 months ago

Hello, I have noticed a deprecation warning appearing when launching any instance of Meld on my macOS system. I am using Meld version 3.21.0.osx4, installed via Homebrew.

/Applications/Meld.app/Contents/Resources/__boot__.py:118: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

Environment:

Steps to Reproduce the Issue:

  1. Install Meld using the command brew install meld
  2. Launch any instance of Meld.

Expected Outcome: Meld should start without any deprecation warnings.

Useful Links:

Setuptools Documentation

Thank you for your efforts on Meld! I hope this warning can be resolved soon.