FS#71357 - [jupyter-server] `jupyter-server` is missing the dependency `python-requests-unixsocket`

Attached to Project: Community Packages
Opened by simonzack (simonzack) - Friday, 25 June 2021, 12:37 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 26 June 2021, 09:43 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

The package `python-requests-unixsocket` is required or this won't start.

This is a requirement in https://github.com/jupyter-server/jupyter_server/blob/40c477bd1afd09b00fc69e008dc59569838ae963/setup.cfg.

Additional info:
* package version(s) 1.9.0-1

Steps to reproduce:

Not sure if these steps are strictly required to reproduce the bug, as the above `setup.cfg` requires `requests-unixsocket` anyway.

Install the [AUR (en) - jupyterhub](https://aur.archlinux.org/packages/jupyterhub/) package, and add to `/etc/jupyterhub/jupyterhub_config.py`:

```
c.ConnectionFileMixin.transport = 'ipc'
c.KernelManager.transport = 'ipc'
```
This task depends upon

Closed by  Antonio Rojas (arojas)
Saturday, 26 June 2021, 09:43 GMT
Reason for closing:  Fixed
Additional comments about closing:  jupyter-server 1.9.0-2

Loading...