I'm trying to import pymorphy2, the most banal
import pymorphy2 I get an error in this line:
ValueError: source code string cannot contain null bytes
Windows 7, python 3.6.5. How to fix it?
I'm trying to import pymorphy2, the most banal
import pymorphy2 I get an error in this line:
ValueError: source code string cannot contain null bytes
Windows 7, python 3.6.5. How to fix it?
It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:
Source: https://ru.stackoverflow.com/questions/827543/
All Articles