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

Dependency Error #46

Closed
martinbrylski opened this issue Jan 7, 2021 · 2 comments
Closed

Dependency Error #46

martinbrylski opened this issue Jan 7, 2021 · 2 comments

Comments

@martinbrylski
Copy link

Under current Manjaro/i3 I get this (possible) python dependency error while executing i3agenda:

Traceback (most recent call last):
  File "/usr/bin/i3-agenda", line 33, in <module>
    sys.exit(load_entry_point('i3-agenda==1.3', 'console_scripts', 'i3-agenda')())
  File "/usr/bin/i3-agenda", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.9/importlib/metadata.py", line 524, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.9/importlib/metadata.py", line 187, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: i3-agenda

I hope you can help

@rosenpin
Copy link
Owner

rosenpin commented Jan 8, 2021

I ran into the same issue, it's most likely because you updated your python package to 3.9

You don't have i3-agenda installed for python3.9

You need to either

  1. reinstall it using the appropriate pip version
  2. reinstall python 3.8

@rosenpin rosenpin closed this as completed Jan 8, 2021
@martinbrylski
Copy link
Author

Thx. That helped 👍

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