jupyterLab上にGINZAをインストールした際のエラーとその回避方法です。
ginzaだけだとエラー
pip install ginza
OSError: [E050] Can't find model 'ja_ginza'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
ginzaをインストールしようとしましたが、ja_ginzaが見つかりませんというエラーが出ます。
なので以下のように実行します。
ja-ginzaを足す
pip install -U ginza ja-ginza
OSError: [E049] Can't find spaCy data directory: 'None'. Check your installation and permissions, or use spacy.util.set_data_path to customise the location if necessary.
するとまたOSErrorが出ますが、カーネルをrestartしたら問題なく動きます。