Open zerogerc opened 1 year ago
More info. I've remembered that I've recently updated our PL version. Tried to install pytorch_lightning==1.6.4 and everything works fine.
Hi, any updates on this? Still cannot update pl.
We would need to reproduce it to be able to help. The script above gives me
OSError: [E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a Python package or a valid path to a data directory.
Bug description
Hi, I've encountered a really strange problem occurring during data processing in our training pipelines.
I've managed to distill the problem to a single script:
This fails with an error
What's interesting here is that this code can be fixed in several ways:
I understand that this could be not a PL issue, but could you advise me on how is this happening? Where should I look? Is there a workaround?
Environment