Closed bouteillerAlan closed 1 year ago
Thanks Alan for this report. I have updated the README for Qt6. I have changed also instructions for installation. Note that you have to install also pylupdate6.
/usr/bin/elograf:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
__import__('pkg_resources').run_script('EloGraf==0.5.3', 'elograf')
I don't have such a warning. The line 4 of my script /usr/bin/elograf is void.
It's seem this warning is from setuptools, so I think I'm going to just ignore it ^^
I wonder if this warning will caught me too in the future, when my infra will be updated (python, setuptools). For the moment, closing.
Hi, I have the following error when I run the elograf package :
I managed to patch the last one by installing the right package from the AUR (https://archlinux.org/packages/extra/x86_64/python-pyqt6/). So maybe this is something useful to add to the readme, as a dependency.
For the first one, I don't know if it's relevant or not.