Buffer and memoryview are not contiguous in the same dimension.

I installed the new update 1.5.1. on my windows 10, 64bit system in an anaconda virtual environment.
Installation went fine.
I then set up the de_core_web_sm and added a new dataset by “python -m prodigy dataset ensi_set “ENSI-2017” --author RalfBendzko”.

Then I tried to “python -m prodigy textcat.teach ensi_set de_core_news_sm G:\test.txt” but got:

ValueError: Buffer and memoryview are not contiguous in the same dimension.

How to proceed?