GithubHelp home page GithubHelp logo

Comments (22)

oderwat avatar oderwat commented on June 1, 2024 7

I used poetry env use 3.11 and poetry install. it worked after I created a dummy REAME.md file. Not sure why this is missing in my current setup.

from 01.

jacobrvl avatar jacobrvl commented on June 1, 2024 2

I solved my problem by switching from python version 3.9.2 to 3.11.8

How did you switch? Just update it?

I use pyenv to switch between different Python versions.

from 01.

jacobrvl avatar jacobrvl commented on June 1, 2024 1

I have the same error. Does 01 work with the error for you? I can record something but don't get any response. I also checked my Openai token and it is never used. So I am sure it is not sending anything to openAI.

from 01.

JayTing511 avatar JayTing511 commented on June 1, 2024 1

I have the same error. Does 01 work with the error for you? I can record something but don't get any response. I also checked my Openai token and it is never used. So I am sure it is not sending anything to openAI.

hh, i even can't record voice, Always looping between record started and record stopped.I am very confused and when i reset environment, it just repeat the looping. and have some other bugs.

from 01.

kieran-cr avatar kieran-cr commented on June 1, 2024 1

Same issue my side, unable to proceed after holding and releasing space bar to record audio

from 01.

ennis-ma avatar ennis-ma commented on June 1, 2024 1

Same error msg

from 01.

keldenl avatar keldenl commented on June 1, 2024 1

just want to chime in and i'm having this issue as well. m1 mac running --local flag

from 01.

oderwat avatar oderwat commented on June 1, 2024

seems nobody make this bug, only me

I have the same behavior.

from 01.

DongTin avatar DongTin commented on June 1, 2024

Me too

from 01.

DongTin avatar DongTin commented on June 1, 2024

I found a webpage like this . It seems that the error message comes from fastapi.

from 01.

DongTin avatar DongTin commented on June 1, 2024

I have the same error. Does 01 work with the error for you? I can record something but don't get any response. I also checked my Openai token and it is never used. So I am sure it is not sending anything to openAI.

Yeah,record function is useful,but nothing happen when recording completed.

from 01.

DongTin avatar DongTin commented on June 1, 2024

By the way, I have this problem when using openai api, ollama and llmstudio.

from 01.

nischalj10 avatar nischalj10 commented on June 1, 2024

For me, when O1 is done performing a task, it can't do follow ups because of similar issue. First instruction works well.

from 01.

jacobrvl avatar jacobrvl commented on June 1, 2024

I solved my problem by switching from python version 3.9.2 to 3.11.8

from 01.

logimox avatar logimox commented on June 1, 2024

I solved my problem by switching from python version 3.9.2 to 3.11.8

How did you switch? Just update it?

from 01.

kieran-cr avatar kieran-cr commented on June 1, 2024

Issue appears linked with /Library/Caches/pypoetry/virtualenvs/01os-w_P9xt9H-py3.9/lib/python3.9/site-packages/urllib3/init.py:35: NotOpenSSLWarning: urllib3 v2 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'LibreSSL 2.8.3'. See: urllib3/urllib3#3020
warnings.warn(

from 01.

keldenl avatar keldenl commented on June 1, 2024

thank you @oderwat !!!! i didn't have to create a readme file but here's what i did on my m1 pro

  1. create a new conda env with python version 11.8, arm based
CONDA_SUBDIR=osx-arm64 conda create -n 01 python python=3.11.8
  1. conda activate 01
  2. poetry install

and that was it! now works :)

edit: actually i lied, i actually did this after poetry install due to (this issue: #68)

pip uninstall pyaudio
pip install --global-option='build_ext' --global-option="-I$(brew --prefix)/include" --global-option="-L$(brew --prefix)/lib" pyaudio

but works after that :)

from 01.

tyfiero avatar tyfiero commented on June 1, 2024

Did upgrading to python 3.11 fix this issue for folks?

from 01.

kieran-cr avatar kieran-cr commented on June 1, 2024

I used poetry env use 3.11 and poetry install. it worked after I created a dummy REAME.md file. Not sure why this is missing in my current setup.

This worked a treat on M1 Pro

from 01.

kieran-cr avatar kieran-cr commented on June 1, 2024

Did upgrading to python 3.11 fix this issue for folks?

Oderwats instructions fixed my issue

from 01.

tyfiero avatar tyfiero commented on June 1, 2024

I'm glad this solved the problem! If this issue arises again for anyone feel free to create a new issue

from 01.

rbrisita avatar rbrisita commented on June 1, 2024

It has to do with the websockets.connect call and it's ping_timeout argument. PR forthcoming.

from 01.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.