1
我需要在python3中使用re2。安裝工作正常,但是當我導入它時,我收到此錯誤:在Python3中使用re2
>>> import re2 as re
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "re2.pyx", line 1, in init re2 (src/re2.cpp:13681)
NameError: basestring
有誰知道問題是什麼?
我剛剛安裝了build-essential libre2-dev的形式aptitude,然後通過pip的re2! – user1829243