[Bug 231217] devel/mdv: The 'pygments' distribution was not found and is required by mdv
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Sep 7 11:11:29 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231217
Bug ID: 231217
Summary: devel/mdv: The 'pygments' distribution was not found
and is required by mdv
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: easy, needs-patch
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: 0mp at FreeBSD.org
I get the following error when trying to run a `mdv file.md`:
```
Traceback (most recent call last):
File "/usr/local/bin/mdv", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
3098, in <module>
@_call_aside
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
3082, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
3111, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
573, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
891, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python3.6/site-packages/pkg_resources/__init__.py", line
777, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pygments' distribution was not found
and is required by mdv
```
I installed py36-mdv with pkg and I'm running 12.0-ALPHA4. My mdv port version
is 1.6.3.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list