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
/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
Loading .env environment variables...
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/opt/king-phisher/king_phisher/client/main.py", line 48, in
from king_phisher.client import application
File "/opt/king-phisher/king_phisher/client/application.py", line 59, in
from king_phisher.client import dialogs
File "/opt/king-phisher/king_phisher/client/dialogs/init.py", line 37, in
from .configuration import *
File "/opt/king-phisher/king_phisher/client/dialogs/configuration.py", line 41, in
from king_phisher.client import graphs
File "/opt/king-phisher/king_phisher/client/graphs.py", line 52, in
import matplotlib
File "/opt/king-phisher/.venv/lib/python3.8/site-packages/matplotlib/init.py", line 192, in
if not compare_versions(six.version, '1.10'):
File "/opt/king-phisher/.venv/lib/python3.8/site-packages/matplotlib/init.py", line 179, in compare_versions
a = distutils.version.LooseVersion(a)
AttributeError: module 'distutils' has no attribute 'version'
Environment Details
Host OS: Ubuntu 20.04.4 GNOME
King Phisher Version: current
Error Details / Stack Trace
If you are opening an issue regarding the client, copy text from the "Error
Details" of the error dialog in the client here. If you are opening an issue
regarding the server copy the relevant lines from the logs here.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
When I try to launch King-Phisher, I get this:
/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
/usr/local/lib/python3.8/dist-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
Loading .env environment variables...
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/opt/king-phisher/king_phisher/client/main.py", line 48, in
from king_phisher.client import application
File "/opt/king-phisher/king_phisher/client/application.py", line 59, in
from king_phisher.client import dialogs
File "/opt/king-phisher/king_phisher/client/dialogs/init.py", line 37, in
from .configuration import *
File "/opt/king-phisher/king_phisher/client/dialogs/configuration.py", line 41, in
from king_phisher.client import graphs
File "/opt/king-phisher/king_phisher/client/graphs.py", line 52, in
import matplotlib
File "/opt/king-phisher/.venv/lib/python3.8/site-packages/matplotlib/init.py", line 192, in
if not compare_versions(six.version, '1.10'):
File "/opt/king-phisher/.venv/lib/python3.8/site-packages/matplotlib/init.py", line 179, in compare_versions
a = distutils.version.LooseVersion(a)
AttributeError: module 'distutils' has no attribute 'version'
Environment Details
Host OS: Ubuntu 20.04.4 GNOME
King Phisher Version: current
Error Details / Stack Trace
The text was updated successfully, but these errors were encountered: