I needed python-pamela to run it, so I guess it should be added to depends.
Search Criteria
Package Details: jupyterhub 5.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/jupyterhub.git (read-only, click to copy) |
---|---|
Package Base: | jupyterhub |
Description: | Multi-user server for Jupyter notebooks |
Upstream URL: | https://jupyter.org/hub |
Licenses: | BSD-3-Clause |
Submitter: | xantares |
Maintainer: | bcb |
Last Packager: | bcb |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2015-03-12 14:00 (UTC) |
Last Updated: | 2024-11-21 15:30 (UTC) |
Dependencies (38)
- ipython (ipython-gitAUR)
- nodejs-configurable-http-proxyAUR
- python-alembic
- python-certipyAUR
- python-dateutil
- python-jinja
- python-jupyter-events
- python-oauthlib
- python-packaging
- python-pamelaAUR
- python-prometheus_client
- python-psutil
- python-pydantic
- python-requests
- python-sqlalchemy (python-sqlalchemy1.3AUR, python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-tornado
- python-traitlets
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- Show 18 more dependencies...
Required by (7)
Sources (3)
kkumer commented on 2016-02-25 12:01 (UTC)
whynothugo commented on 2015-10-09 07:18 (UTC)
makedepends should list "bower" (which is in now in [community]).
xantares commented on 2015-06-10 06:32 (UTC)
you can create a symbolic link from python to your python2
lsmag commented on 2015-06-09 20:23 (UTC)
But I'm not suggesting you should support every Python setup ever, just to use python3 instead of python, if available. If it isn't, just assumes `python` is 3.x (as you already do) and go ahead. Something like https://github.com/facebook/PathPicker/commit/8a225149f357e4ea426725043cd8f16caaaf678b#diff-1cf1318db42376e7530367c760025f5eR26, but for python3.
xantares commented on 2015-06-09 19:03 (UTC)
we cannot handle every way of installing python, it's only supposed to work with python system packages
lsmag commented on 2015-06-09 16:17 (UTC)
The build fails in systems with different python versions (I use pyenv and link `python` to 2.7, for example). Maybe check if python3.x executable exists and use it instead of `python`, simply? It keeps compatibility with current systems and enables different Python layouts.
krvkir commented on 2015-05-22 18:36 (UTC)
Tried this on two computers and on both got this:
jinja2.exceptions.TemplateNotFound: index.html
Version installed with easy_install runs fine.
Pinned Comments
bcb commented on 2021-12-05 16:27 (UTC)
Note that version upgrades may require you to upgrade the database before the new version will start. Always check the documentation, in particular the changelog before upgrading.