Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] ReText package requires more dependencies
@ 2019-05-05 21:07 voidlinux-github
  2020-03-29 17:48 ` hfel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-05-05 21:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2269 bytes --]

New issue by ali-hardan on void-packages repository

https://github.com/void-linux/void-packages/issues/11525
Description: ### System

* xuname:  
~~~
$ xuname
dmesg: read kernel buffer failed: Operation not permitted
Void 4.19.39_1 i686 GenuineIntel notuptodate rFF
~~~
* package:  ReText

### The problem

I installed ReText package. When I try to run it, it says `The 'python-markdown-math' distribution was not found and is required by the application`.

There are not exists `python-markdown-math` in Void Linux packages.

The output of CLI:

~~~
$ retext
Using configuration file: /home/ali/.config/ReText project/ReText.conf
Traceback (most recent call last):
  File "/bin/retext", line 111, in <module>
    main()
  File "/bin/retext", line 79, in main
    window = ReTextWindow()
  File "/usr/lib/python3.6/site-packages/ReText/window.py", line 217, in __init__
    availableMarkups = markups.get_available_markups()
  File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 33, in get_available_markups
    for markup in get_all_markups():
  File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 23, in get_all_markups
    return [entry_point.load() for entry_point in entry_points]
  File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 23, in <listcomp>
    return [entry_point.load() for entry_point in entry_points]
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2345, in load
    self.require(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2368, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-markdown-math' distribution was not found and is required by the application
~~~

**Note:** I think maybe ReText is not who needs this package, maybe it's python3-markup, which is one of ReText dependencies.

Look at Arch packages:

https://www.archlinux.org/packages/community/any/python-markups/

python-markups required by retext and python-markups requires python-markdown-math.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ReText package requires more dependencies
  2019-05-05 21:07 [ISSUE] ReText package requires more dependencies voidlinux-github
@ 2020-03-29 17:48 ` hfel
  2020-04-10  9:47 ` r0m3chco
  2020-04-15  8:51 ` [ISSUE] [CLOSED] " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: hfel @ 2020-03-29 17:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 164 bytes --]

New comment by hfel on void-packages repository

https://github.com/void-linux/void-packages/issues/11525#issuecomment-605673856

Comment:
I have the same problem.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ReText package requires more dependencies
  2019-05-05 21:07 [ISSUE] ReText package requires more dependencies voidlinux-github
  2020-03-29 17:48 ` hfel
@ 2020-04-10  9:47 ` r0m3chco
  2020-04-15  8:51 ` [ISSUE] [CLOSED] " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: r0m3chco @ 2020-04-10  9:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

New comment by r0m3chco on void-packages repository

https://github.com/void-linux/void-packages/issues/11525#issuecomment-611963108

Comment:
me too

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ISSUE] [CLOSED] ReText package requires more dependencies
  2019-05-05 21:07 [ISSUE] ReText package requires more dependencies voidlinux-github
  2020-03-29 17:48 ` hfel
  2020-04-10  9:47 ` r0m3chco
@ 2020-04-15  8:51 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-04-15  8:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2272 bytes --]

Closed issue by alihardan on void-packages repository

https://github.com/void-linux/void-packages/issues/11525

Description:
### System

* xuname:  
~~~
$ xuname
dmesg: read kernel buffer failed: Operation not permitted
Void 4.19.39_1 i686 GenuineIntel notuptodate rFF
~~~
* package:  ReText

### The problem

I installed ReText package. When I try to run it, it says `The 'python-markdown-math' distribution was not found and is required by the application`.

There are not exists `python-markdown-math` in Void Linux packages.

The output of CLI:

~~~
$ retext
Using configuration file: /home/ali/.config/ReText project/ReText.conf
Traceback (most recent call last):
  File "/bin/retext", line 111, in <module>
    main()
  File "/bin/retext", line 79, in main
    window = ReTextWindow()
  File "/usr/lib/python3.6/site-packages/ReText/window.py", line 217, in __init__
    availableMarkups = markups.get_available_markups()
  File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 33, in get_available_markups
    for markup in get_all_markups():
  File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 23, in get_all_markups
    return [entry_point.load() for entry_point in entry_points]
  File "/usr/lib/python3.6/site-packages/markups/__init__.py", line 23, in <listcomp>
    return [entry_point.load() for entry_point in entry_points]
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2345, in load
    self.require(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2368, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 784, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'python-markdown-math' distribution was not found and is required by the application
~~~

**Note:** I think maybe ReText is not who needs this package, maybe it's python3-markup, which is one of ReText dependencies.

Look at Arch packages:

https://www.archlinux.org/packages/community/any/python-markups/

python-markups required by retext and python-markups requires python-markdown-math.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-15  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-05 21:07 [ISSUE] ReText package requires more dependencies voidlinux-github
2020-03-29 17:48 ` hfel
2020-04-10  9:47 ` r0m3chco
2020-04-15  8:51 ` [ISSUE] [CLOSED] " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).