Package Details: jupyter-nbgrader 0.9.2-1

Git Clone URL: https://aur.archlinux.org/jupyter-nbgrader.git (read-only, click to copy)
Package Base: jupyter-nbgrader
Description: A system for assigning and grading notebooks
Upstream URL: https://github.com/jupyter/nbgrader
Licenses: BSD
Submitter: leuko
Maintainer: leuko
Last Packager: leuko
Votes: 0
Popularity: 0.000000
First Submitted: 2022-05-12 07:59 (UTC)
Last Updated: 2024-03-27 10:15 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

flying-sheep commented on 2020-12-08 22:33 (UTC) (edited on 2020-12-08 22:42 (UTC) by flying-sheep)

Well, I didn’t think I’d ever say this, but Eli Schwartz is wrong (I thought he’s always right! XD) The Python packaging environment doesn’t have a concept of “meta packages”, so “jupyter” is just a regular “distribution” (that’s how installable packages with metadata are called in the Python world)

And as such it should have its dist-info/egg-info.

I’ll reply the same in the thread/bug report.

leuko commented on 2020-12-08 18:41 (UTC)

Dear @flying-sheep, I reported a bug [1], but other experienced users say that a dist-info is not needed for metapackages [2]. I am not experienced with Python packaging. Can you please comment on [2]?

[1] https://bugs.archlinux.org/task/68884 [2] https://bbs.archlinux.org/viewtopic.php?pid=1942362

flying-sheep commented on 2020-12-06 21:46 (UTC)

This package already depends on jupyter. Please report a bug for the package community/jupyter which seems to fail shipping a jupyter.dist-info directory

leuko commented on 2020-12-04 05:42 (UTC) (edited on 2020-12-04 05:42 (UTC) by leuko)

@tinux

You can also use pipman until this package is fixed.

pipman nbgrader
cd python-nbgrader
makepkg -i

leuko commented on 2020-11-30 20:44 (UTC) (edited on 2020-11-30 20:45 (UTC) by leuko)

I can confirm tinux:

$ nbgrader quickstart --help
...
pkg_resources.DistributionNotFound: The 'jupyter' distribution was not found and is required by nbgrader

tinux commented on 2020-10-30 13:24 (UTC)

I'm getting a whole bunch of errors ending with pkg_resources.DistributionNotFound: The 'jupyter' distribution was not found and is required by nbgrader when I run nbgrader quickstart --help.

Any advice?

flying-sheep commented on 2020-08-25 08:44 (UTC)

ah, whoops, right! it uses rapidfuzz only on master, stable still uses fuzzywuzzy