crosslingual-coreference icon indicating copy to clipboard operation
crosslingual-coreference copied to clipboard

installation failed: 'notebook' has no attribute 'nbextensions'

Open joa-spec opened this issue 2 years ago • 5 comments

I tried to install it in a venv: (.spaCy) PS C:\Users\joajo\Documents> pip --version pip 23.2.1 from C:\Users\joajo\Documents.spaCy\Lib\site-packages\pip (python 3.11)

 AttributeError: module 'notebook' has no attribute 'nbextensions'
  [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.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

joa-spec avatar Sep 11 '23 12:09 joa-spec

I have the same issue.

rainergo avatar Oct 31 '23 11:10 rainergo

It is much related to py 3.11. I set up a new conda env with py 3.9 and the issue is now solved!

forg77 avatar Nov 28 '23 13:11 forg77

Thanks @forg77 @rainergo , I'll spend some time on fixxing these deps soon.

davidberenstein1957 avatar Apr 09 '24 08:04 davidberenstein1957

Hi @forg77 , which py 3.9 version you use? I used py 3.9.19 automatically set by conda and stll get the same error above

polyyarp avatar Apr 21 '24 13:04 polyyarp

Hi @forg77 , which py 3.9 version you use? I used py 3.9.19 automatically set by conda and stll get the same error above

I guess it is 3.9.18. The only 3.9 env remain on my server is 3.9.18.

forg77 avatar Apr 22 '24 02:04 forg77