codeinterpreter-api
codeinterpreter-api copied to clipboard
1st run time good but 2nd attempts always fail
Could you please help me out on this issue?
1st run time good:
(venv) PS C:\Users\zhang\Downloads\codeinterpreter-api\examples> python show_ethereum_chart.py AI: Here is the Ethereum price chart for the year-to-date 2023. The x-axis represents the date and the y-axis represents the price in USD. Please note that the data is subject to the availability from the source. Exception ignored in: <function LocalBox.del at 0x00000266905C4860> Traceback (most recent call last): File "C:\Users\zhang\Downloads\codeinterpreter-api\venv\Lib\site-packages\codeboxapi\box\localbox.py", line 567, in del File "C:\Users\zhang\Downloads\codeinterpreter-api\venv\Lib\site-packages\codeboxapi\box\localbox.py", line 517, in stop OSError: [WinError 87] Parameter error.。
But I still got the exact chart from this command(python show_ethereum_chart.py) somehow.
But my 2nd attempt always failed even with SAME command line.
(venv) PS C:\Users\zhang\Downloads\codeinterpreter-api\examples> python show_ethereum_chart.py
Traceback (most recent call last):
File "C:\Users\zhang\Downloads\codeinterpreter-api\examples\show_ethereum_chart.py", line 19, in
Thank you for your help in advance.
I have the same problem on Windows
Same Issue using Windows 11, but I was never able to get it to work.
I also encountered the same problem on Win11.