Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: module 're' has no attribute 'Pattern' #3

Open
antonio-jose-almeida opened this issue Jan 20, 2020 · 0 comments
Open

Comments

@antonio-jose-almeida
Copy link

Hello,

i've juist installed inside a virtualenv and i get this output:

restcli --version Traceback (most recent call last): File "/home/toze/.virtualenvs/restcli/bin/restcli", line 5, in <module> from restcli.cli import cli File "/home/toze/.virtualenvs/restcli/lib/python3.6/site-packages/restcli/cli.py", line 8, in <module> from restcli.app import App File "/home/toze/.virtualenvs/restcli/lib/python3.6/site-packages/restcli/app.py", line 16, in <module> from restcli.reqmod import lexer, parser File "/home/toze/.virtualenvs/restcli/lib/python3.6/site-packages/restcli/reqmod/parser.py", line 1, in <module> from restcli.reqmod.mods import parse_mod File "/home/toze/.virtualenvs/restcli/lib/python3.6/site-packages/restcli/reqmod/mods.py", line 24, in <module> class Mod(metaclass=abc.ABCMeta): File "/home/toze/.virtualenvs/restcli/lib/python3.6/site-packages/restcli/reqmod/mods.py", line 31, in Mod _pattern: re.Pattern = None AttributeError: module 're' has no attribute 'Pattern'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant