terry3041 / pyChatGPT

An unofficial Python wrapper for OpenAI's ChatGPT API
GNU General Public License v3.0
1.35k stars 255 forks source link

No such file or directory: 'Xvfb' #106

Closed zubair123123 closed 1 year ago

zubair123123 commented 1 year ago

when I enter the session token and try to run the code it gives me the error that there is no such file or directory as ""Xvfb"" I have tried to install it using the pip command but it is not working

terry3041 commented 1 year ago

Please install Xvfb to start a virtual display by running sudo apt install xvfb.