OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.77k stars 472 forks source link

need helps ,when i using pycharm to deugger 01 project,then i get trouble #185

Closed kill136 closed 3 months ago

kill136 commented 3 months ago

Describe the bug when i using pycharm to deugger 01 project,then i get trouble ,the log stop going,it stop running

To Reproduce Steps to reproduce the behavior:

  1. open project 01
  2. config debugger
  3. install dependece
  4. run debug

Expected behavior success running 01

Screenshots If applicable, add screenshots to help explain your problem. 1711711443132 1711711508589

Desktop (please complete the following information):

kill136 commented 3 months ago

also ,i changed use vs code ,so i want solve this problem,but i meet a new problem,here is the screenshot 1711716354121

it stop after a while!thanks for your kind help,man

tyfiero commented 3 months ago

Try it using python 3.11, some of the packages throw errors on python 3.10. pyenv is an easy way to switch python versions

kill136 commented 3 months ago

Try it using python 3.11, some of the packages throw errors on python 3.10. pyenv is an easy way to switch python versions

thanks for help ,When I run poetry run 01 directly without any development tools, it runs successfully. However, the error occurs only when I debug it using a development tool. I suspect that the debug options in my development tool are not configured correctly.

kill136 commented 3 months ago

Hello, friend! Can you provide me with some guidance on how to develop and debug this project? I am currently using VS Code and PyCharm, but I don't know how to debug correctly.