Downloaded latest verion no-deps for Linux Mint 19 (based on Ubuntu 18) and can't run
- Dominant language
- Python
- Stars
- 200
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Used this distro https://github.com/C2N14/AutomaThemely/releases/download/v1.3/python3.6-no_deps-automathemely_1.3_all.deb
It seems like a code bug or a dependency problem, so not sure if no-deps is really no-deps :)
```
$ automathemely --manage
Traceback (most recent call last):
File "/usr/local/bin/automathemely", line 6, in
from pkg_resources import load_entry_point
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3088, in
@_call_aside
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3072, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3101, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 574, in _build_master
ws.require(__requires__)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 892, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 778, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'tzlocal' distribution was not found and is required by AutomaThemely
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the failure with the v1.3 python3.6-no_deps-automathemely_1.3_all.deb and the `automathemely --manage` entry point. Inspect the generated .deb dependency metadata and verify whether `tzlocal` is included or declared; done means the package launches without the reported DistributionNotFound error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100