Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] python3-jupyter_console: Missing /bin/jupyter-console
@ 2020-07-09 18:48 mamins1376
  2020-07-09 18:59 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mamins1376 @ 2020-07-09 18:48 UTC (permalink / raw)
  To: ml

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

New issue by mamins1376 on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.4.50_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFFF
* package:  `python3-jupyter_console-6.1.0_1`

### Expected behavior
Jupyter's different modules have their own binaries which are used to execute them.

python2 version already has the file (`/bin/jupyter-console2`) present.

### Actual behavior
`/usr/bin/jupyter-console` is not shipped in the package; thus leading to this error, even if `python3-jupyter_console` is installed:
```
Traceback (most recent call last):
  File "/sbin/jupyter", line 11, in <module>
    load_entry_point('jupyter-core==4.6.3', 'console_scripts', 'jupyter')()
  File "/usr/lib/python3.8/site-packages/jupyter_core/command.py", line 247, in main
    command = _jupyter_abspath(subcommand)
  File "/usr/lib/python3.8/site-packages/jupyter_core/command.py", line 133, in _jupyter_abspath
    raise Exception(
Exception: Jupyter command `jupyter-console` not found.
```

### Steps to reproduce the behavior
Just install `python3-jupyter` (has the mentioned package as it's direct dependency) and hit `jupyter console`.


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

* Re: python3-jupyter_console: Missing /bin/jupyter-console
  2020-07-09 18:48 [ISSUE] python3-jupyter_console: Missing /bin/jupyter-console mamins1376
@ 2020-07-09 18:59 ` ericonr
  2020-07-09 19:00 ` ericonr
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-07-09 18:59 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23500#issuecomment-656296686

Comment:
```
$ xbps-query -Rf python3-jupyter_console
/usr/bin/jupyter-console
/usr/lib/python3.8/site-packages/jupyter_console/__init__.py
/usr/lib/python3.8/site-packages/jupyter_console/__main__.py
/usr/lib/python3.8/site-packages/jupyter_console/_version.py
/usr/lib/python3.8/site-packages/jupyter_console/app.py
/usr/lib/python3.8/site-packages/jupyter_console/completer.py
/usr/lib/python3.8/site-packages/jupyter_console/ptshell.py
/usr/lib/python3.8/site-packages/jupyter_console/tests/__init__.py
/usr/lib/python3.8/site-packages/jupyter_console/tests/test_console.py
/usr/lib/python3.8/site-packages/jupyter_console/tests/test_image_handler.py
/usr/lib/python3.8/site-packages/jupyter_console/tests/writetofile.py
/usr/lib/python3.8/site-packages/jupyter_console/zmqhistory.py
/usr/lib/python3.8/site-packages/jupyter_console-6.1.0-py3.8.egg-info
/usr/share/licenses/python3-jupyter_console/LICENSE
```

Have you updated the package? This issue was solved a few days ago.

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

* Re: python3-jupyter_console: Missing /bin/jupyter-console
  2020-07-09 18:48 [ISSUE] python3-jupyter_console: Missing /bin/jupyter-console mamins1376
  2020-07-09 18:59 ` ericonr
@ 2020-07-09 19:00 ` ericonr
  2020-07-10  0:01 ` [ISSUE] [CLOSED] " sgn
  2020-07-10  4:12 ` mamins1376
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-07-09 19:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/23500#issuecomment-656297041

Comment:
Yes, you're out of date. The latest version is `6.1.0_2`.

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

* Re: [ISSUE] [CLOSED] python3-jupyter_console: Missing /bin/jupyter-console
  2020-07-09 18:48 [ISSUE] python3-jupyter_console: Missing /bin/jupyter-console mamins1376
  2020-07-09 18:59 ` ericonr
  2020-07-09 19:00 ` ericonr
@ 2020-07-10  0:01 ` sgn
  2020-07-10  4:12 ` mamins1376
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2020-07-10  0:01 UTC (permalink / raw)
  To: ml

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

Closed issue by mamins1376 on void-packages repository

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

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  Void 5.4.50_1 x86_64 AuthenticAMD notuptodate rrrmFFFFFFFF
* package:  `python3-jupyter_console-6.1.0_1`

### Expected behavior
Jupyter's different modules have their own binaries which are used to execute them.

python2 version already has the file (`/bin/jupyter-console2`) present.

### Actual behavior
`/usr/bin/jupyter-console` is not shipped in the package; thus leading to this error, even if `python3-jupyter_console` is installed:
```
Traceback (most recent call last):
  File "/sbin/jupyter", line 11, in <module>
    load_entry_point('jupyter-core==4.6.3', 'console_scripts', 'jupyter')()
  File "/usr/lib/python3.8/site-packages/jupyter_core/command.py", line 247, in main
    command = _jupyter_abspath(subcommand)
  File "/usr/lib/python3.8/site-packages/jupyter_core/command.py", line 133, in _jupyter_abspath
    raise Exception(
Exception: Jupyter command `jupyter-console` not found.
```

### Steps to reproduce the behavior
Just install `python3-jupyter` (has the mentioned package as it's direct dependency) and hit `jupyter console`.


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

* Re: python3-jupyter_console: Missing /bin/jupyter-console
  2020-07-09 18:48 [ISSUE] python3-jupyter_console: Missing /bin/jupyter-console mamins1376
                   ` (2 preceding siblings ...)
  2020-07-10  0:01 ` [ISSUE] [CLOSED] " sgn
@ 2020-07-10  4:12 ` mamins1376
  3 siblings, 0 replies; 5+ messages in thread
From: mamins1376 @ 2020-07-10  4:12 UTC (permalink / raw)
  To: ml

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

New comment by mamins1376 on void-packages repository

https://github.com/void-linux/void-packages/issues/23500#issuecomment-656472230

Comment:
Oh! sorry

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

end of thread, other threads:[~2020-07-10  4:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 18:48 [ISSUE] python3-jupyter_console: Missing /bin/jupyter-console mamins1376
2020-07-09 18:59 ` ericonr
2020-07-09 19:00 ` ericonr
2020-07-10  0:01 ` [ISSUE] [CLOSED] " sgn
2020-07-10  4:12 ` mamins1376

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).