melih-unsal / DemoGPT

🤖 Everything you need to create an LLM Agent—tools, prompts, frameworks, and models—all in one place.
MIT License
1.69k stars 200 forks source link

Running the App produces the error 'which python' returned non-zero exit status 1. #4

Closed haris525 closed 1 year ago

haris525 commented 1 year ago

Describe the bug Running the App produces the error 'which python' returned non-zero exit status 1. Using windows 10, all dependencies are installed

To Reproduce Steps to reproduce the behavior:

  1. Launch the streamlit app
  2. Under Examples click 'Language Translator

Expected behavior The app should generate a streamlit application as shown in the demo

Issue Running the App produces the error 'which python' returned non-zero exit status 1.

Desktop (please complete the following information):

Additional context Do I need to create a new environment, also please add other required packages in the requiremets.txt file

melih-unsal commented 1 year ago

Hey @haris525 ,

Thank you for your detailed report and for bringing this issue to our attention. We sincerely apologize for any inconvenience caused. It appears that the issue was related to the which command run in Windows operating system, as you rightly pointed out.

I'm glad to inform you that we've pushed a new update to the repository that should resolve the issue. You should now be able to run the Streamlit app without encountering this problem.

Please update your local copy of the repository and retry running the Streamlit app. If you encounter any further issues, don't hesitate to report them. Your feedback is highly appreciated and helps us improve the overall user experience.

Thank you for your support and contribution to DemoGPT.

Best, Melih

haris525 commented 1 year ago

Hey @haris525 ,

Thank you for your detailed report and for bringing this issue to our attention. We sincerely apologize for any inconvenience caused. It appears that the issue was related to the which command run in Windows operating system, as you rightly pointed out.

I'm glad to inform you that we've pushed a new update to the repository that should resolve the issue. You should now be able to run the Streamlit app without encountering this problem.

Please update your local copy of the repository and retry running the Streamlit app. If you encounter any further issues, don't hesitate to report them. Your feedback is highly appreciated and helps us improve the overall user experience.

Thank you for your support and contribution to DemoGPT.

Best, Melih

Much appreciated Melih!

Thank you my friend