Closed pepoluan closed 2 years ago
Hi @pepoluan. What version of Python are you using? It should be included in the standard library for any supported version of Python (3.6 and above) as far as I know.
Hi @raymondbutcher , I was running pretf under a CPython 3.6 virtualenv (on Ubuntu 18.04 WSL).
I did use a "minimal Ubuntu image" to create the WSL environment, manually "unminimized" on my own, so the "usual" packages might be missing.
I think this was a problem with your Python installation as I've not encountered this issue across multiple machines and operating systems. Please reopen if you disagree.
On a fresh virtualenv,
pretf plan
fails withModuleNotFoundError: No module named 'configparser'
The solution is to
pip install configparser
before runningpretf plan
.I think the dependencies of the package needs to be updated.