TypeError with Python regex package -


installed regex using pip , typeerror when trying import regex

pip3 install regex  python3.4  >>> import regex  traceback (most recent call last): file "<stdin>", line 1, in <module> file "/usr/local/lib/python3.4/site-packages/regex.py", line 683, in <module> _pattern_type = type(_compile("", 0, {})) file "/usr/local/lib/python3.4/site-packages/regex.py", line 545, in _compile parsed = parsed.optimise(info, reverse) typeerror: optimise() takes 2 positional arguments 3 given 

why happen ?


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -