How To Fix A Python SpaCy Error: "undefined Symbol: PySlice_AdjustIndices"?
Using official example from here I have a mistake: Traceback (most recent call last): File '/home/vv/PythProj/esi-code/webapp/sp_token.py', line 2, in from sp
Solution 1:
I cannot explain it, but it works when I run idle3
under sudo
:
I use Python shell and run it from terminal by command: idle3
. Later when I compile the code I get the aforementioned mistake.
but: when I start from terminal: sudo idle3
it works perfect without any mistakes. So, I think it's a question from access in ubuntu.
Thank you for all!
Post a Comment for "How To Fix A Python SpaCy Error: "undefined Symbol: PySlice_AdjustIndices"?"