$ source ./your/venv/activate
$ pip install pyreadline
Should work automatically with Python. I experienced a similar issue on Windows 10 earlier this year, installing pyreadline as a dev dependency resolved it.
$ source ./your/venv/activate
$ pip install pyreadline
Should work automatically with Python. I experienced a similar issue on Windows 10 earlier this year, installing pyreadline as a dev dependency resolved it.