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

Version bump in instructions #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hexagonrecursion
Copy link

The installation instructions recommended installing an outdated version of reuse. This was causing an exception (see below). Solution: bump version - no more exception.

Traceback (most recent call last):
  File "/home/user/.cache/pre-commit/repowp2da061/py_env-python3/bin/reuse", line 5, in <module>
    from reuse._main import main
  File "/home/user/.cache/pre-commit/repowp2da061/py_env-python3/lib/python3.12/site-packages/reuse/__init__.py", line 15, in <module>
    from pkg_resources import DistributionNotFound, get_distribution
ModuleNotFoundError: No module named 'pkg_resources'

The installation instructions recommended installing an outdated version of reuse. This was causing an exception (see below). Solution: bump version - no more exception.

```
Traceback (most recent call last):
  File "/home/user/.cache/pre-commit/repowp2da061/py_env-python3/bin/reuse", line 5, in <module>
    from reuse._main import main
  File "/home/user/.cache/pre-commit/repowp2da061/py_env-python3/lib/python3.12/site-packages/reuse/__init__.py", line 15, in <module>
    from pkg_resources import DistributionNotFound, get_distribution
ModuleNotFoundError: No module named 'pkg_resources'
```
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

Successfully merging this pull request may close these issues.

1 participant