@tinux
You can also use pipman
until this package is fixed.
pipman nbgrader
cd python-nbgrader
makepkg -i
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-3-Clause |
Submitter: | leuko |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-12 07:59 (UTC) |
Last Updated: | 2024-11-22 04:50 (UTC) |
« First ‹ Previous 1 2
@tinux
You can also use pipman
until this package is fixed.
pipman nbgrader
cd python-nbgrader
makepkg -i
I can confirm tinux:
$ nbgrader quickstart --help
...
pkg_resources.DistributionNotFound: The 'jupyter' distribution was not found and is required by nbgrader
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?
ah, whoops, right! it uses rapidfuzz only on master, stable still uses fuzzywuzzy
pkg_resources.DistributionNotFound: The 'fuzzywuzzy' distribution was not found and is required by nbgrader
Mind adding python-fuzzywuzzy to deps?
Pinned Comments