Closed AbdurraoufE closed 3 months ago
This issue was already fixed (see #1306). Please upgrade to the 2.3.5 version of PSReadLine from PowerShell Gallery. See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
I'm using ipynb, with python 3.10.4 and I have this simple code:
from dotenv import load_dotenv load_dotenv() import os import openai import pinecone
I was getting errors with
dotenv
so I'm fixing that, but after running multiple pip install commands, I wanted to go to a previous command by using the up arrow key on my keyboard. So in my terminal, I pressed the up arrow key and got this exceptionExpected behavior
Go up/review my last command in terminal that I executed
Actual behavior
UpArrow exception