Open matteorr opened 1 year ago
it is still error after notebook to 5.6.0
AttributeError: module 'notebook' has no attribute 'nbextensions'
----------------------------------------
WARNING: Discarding https://pypi.tuna.tsinghua.edu.cn/packages/38/b3/8511f50025b9fc66f5feacf9eb2db044c321f4026b6937cb3820f29e9c1d/checklist-0.0.11.tar.gz#sha256=427cf87dbf47ce9f9ab059a9bbf393d9ebf967e266f8fca377420bd6995a95ac (from https://pypi.tuna.tsinghua.edu.cn/simple/checklist/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Could not find a version that satisfies the requirement checklist==0.0.11 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11) ERROR: No matching distribution found for checklist==0.0.11
failed
CondaEnvException: Pip failed
There seems to be a dependency issue between the
checklist
and thenotebook
packages. I kept getting the following error when trying to install using./scripts/setup_conda.sh
:I had to fix by reverting version of notebook to
5.6.0
in therome.yml
file.