You are not logged in.
The jrnl package is not working. Spits out the following:
Traceback (most recent call last):
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 584, in _build_master
ws.require(__requires__)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 901, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 792, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (tzlocal 2.0.0 (/usr/lib/python3.8/site-packages), Requirement.parse('tzlocal<2.0,>=1.5'), {'jrnl'})
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/jrnl", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3255, in <module>
def _initialize_master_working_set():
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3238, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3267, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 586, in _build_master
return cls._build_from_requirements(__requires__)
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 599, in _build_from_requirements
dists = ws.resolve(reqs, Environment())
File "/usr/lib/python3.8/site-packages/pkg_resources/__init__.py", line 787, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tzlocal<2.0,>=1.5' distribution was not found and is required by jrnlThere is a dependency missing, ansiwrap, but I have added it to the AUR and installed it to no avail.
tzlocal is at version 2 and installs fine as part of the jrnl PKGBUILD.
Does anyone know of any issues with it?
Offline
pkg_resources.DistributionNotFound: The 'tzlocal<2.0,>=1.5' distribution was not found and is required by jrnlpython-tzlocal in the repositories is 2.0.0-3, 2.0.0 is not less than 2.0.
Offline
The problem is here: https://github.com/jrnl-org/jrnl/issues … -606953911
Managing AUR repos The Right Way -- aurpublish (now a standalone tool)
Offline