Setuptools 67.6.1 doesn't work with the way the install_requres is used in the setup.py file:
18:15 $ pip install --no-cache-dir nb_black --no-deps
Collecting nb_black
Downloading nb_black-1.0.7.tar.gz (4.8 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
error in nb_black setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)
yapf >= '0.28'; python_version < '3.6'
^
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
Can we please fix it? I think the fix implimented in @IsaGrue's fork here will do the trick:
https://github.com/IsaGrue/nb_black
Setuptools 67.6.1 doesn't work with the way the install_requres is used in the
setup.pyfile:Can we please fix it? I think the fix implimented in @IsaGrue's fork here will do the trick:
https://github.com/IsaGrue/nb_black